X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FStubObject.php;h=5208b8f1fafee04e5240d57f77040dcdc239e48e;hb=33eabfd8d6a738ae3ed13e3f52c0bbd7664e581a;hp=0210ed9d6a813b1707c218a21d324952f9ff3d84;hpb=bb8608c98a3d677d8557dd7056a7434c7c38c055;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/StubObject.php b/includes/StubObject.php index 0210ed9d6a..5208b8f1fa 100644 --- a/includes/StubObject.php +++ b/includes/StubObject.php @@ -55,8 +55,6 @@ class StubObject { protected $params; /** - * Constructor. - * * @param string $global Name of the global variable. * @param string|callable $class Name of the class of the real object * or a factory function to call