X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStatus.php;h=f880663a06d05ba0421950aa9d1058c24c90acac;hb=de383fe4e41aff1463264bc420be055e257b1397;hp=877d2218a29e332ba52b330a41e6d9d1881bb962;hpb=eadc306573803f444fd692b701823f9939fdd9e7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Status.php b/includes/Status.php index 877d2218a2..f880663a06 100644 --- a/includes/Status.php +++ b/includes/Status.php @@ -388,6 +388,7 @@ class Status extends StatusValue { /** * Don't save the callback when serializing, because Closures can't be * serialized and we're going to clear it in __wakeup anyway. + * @return array */ function __sleep() { $keys = array_keys( get_object_vars( $this ) );