Fix RecentChange::parseParams @return docs
authoraddshore <addshorewiki@gmail.com>
Mon, 18 Apr 2016 10:06:09 +0000 (11:06 +0100)
committerAddshore <addshorewiki@gmail.com>
Mon, 18 Apr 2016 10:13:10 +0000 (10:13 +0000)
commite2572a0b2f4c5488c69ba4d7a8d3c1e04f272636
tree03f951996c12f0a66906b0782045d51ef72c56f4
parent95e56b66f1c8c57136db6d01f9ea5de42a67f20e
Fix RecentChange::parseParams @return docs

Per the docs of unserialize:
In case the passed string is not unserializeable, false is returned.

Also as we can not guarentee an array was serialized in
rc_params we cant say it will always be an array...
Quite often this is just an empty string which will
result in: "s:0:"";" (not an array)....

Change-Id: Ib22f9f7468a23ce3d4f145d47f8514d08be6c957
includes/changes/RecentChange.php