From d14faa6bedf8cb5e400f910860e05a6f98709d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiemo=20M=C3=A4ttig?= Date: Wed, 5 Jul 2017 12:42:09 +0200 Subject: Remove auto-generated "Constructor" documentation on constructors Having such comments is worse than not having them. They add zero information. But you must read the text to understand there is nothing you don't already know from the class and the method name. Change-Id: I994d11e05f202b880390723e148d79c72cca29f0 --- includes/StubObject.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/StubObject.php') diff --git a/includes/StubObject.php b/includes/StubObject.php index 0210ed9d6a81..5208b8f1fafe 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 -- cgit v1.2.3