X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=baf5109952781e7d1617972f5be3fc0bbcf307ce;hb=18a2fd3268d1864d1480d5bfef0a69abf55a0dd4;hp=5208b8f1fafee04e5240d57f77040dcdc239e48e;hpb=85ac1b5d7c7ca50a93f2d16639cdde2f46bc133e;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 5208b8f1fa..baf5109952 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -86,7 +86,7 @@ class StubObject { * infinite loop when unstubbing an object or to avoid reference parameter * breakage. * - * @param object $obj Object to check. + * @param object &$obj Object to check. * @return void */ public static function unstub( &$obj ) {