diff options
author | Thiemo Mättig <thiemo.maettig@wikimedia.de> | 2017-07-05 12:42:09 +0200 |
---|---|---|
committer | Thiemo Mättig (WMDE) <thiemo.maettig@wikimedia.de> | 2017-07-10 10:15:51 +0000 |
commit | d14faa6bedf8cb5e400f910860e05a6f98709d01 (patch) | |
tree | a3067046e751fcb134afd77b1fb9c61d9a566f29 /includes/StubObject.php | |
parent | b0ae261d2cbcdd0da61a9e4bee86d3a3e53596c7 (diff) | |
download | mediawikicore-d14faa6bedf8cb5e400f910860e05a6f98709d01.tar.gz mediawikicore-d14faa6bedf8cb5e400f910860e05a6f98709d01.zip |
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
Diffstat (limited to 'includes/StubObject.php')
-rw-r--r-- | includes/StubObject.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 |