X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=92130761a62e1594edbbb58341314b3822ad63a6;hb=5410cfccce9b0b84bc909506c9b66d3f27d6dba7;hp=067f11f63ee6169560425e07fc952d8f07b80f10;hpb=0c2687f44eb0e8c7f480b7303f89056682ba0bfb;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 067f11f63e..92130761a6 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -56,8 +56,8 @@ class StubObject { protected $params; /** - * @param string $global Name of the global variable. - * @param string|callable $class Name of the class of the real object + * @param string|null $global Name of the global variable. + * @param string|callable|null $class Name of the class of the real object * or a factory function to call * @param array $params Parameters to pass to constructor of the real object. */