X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FStubObject.php;h=5208b8f1fafee04e5240d57f77040dcdc239e48e;hp=0210ed9d6a813b1707c218a21d324952f9ff3d84;hb=12601ff7d2796752404bfb331fccc41083d31f9f;hpb=47437e0653542aae57ea456b24486efb48ee8aac 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