aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/PPFrame_Hash.php
diff options
context:
space:
mode:
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>2019-10-01 14:34:21 +0200
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>2019-10-01 14:34:21 +0200
commit879f749a62d837ee95be327b5d71c37fe923f7b1 (patch)
treee1af6b1519d901d99d25597ff8e6000d08673eb4 /includes/parser/PPFrame_Hash.php
parent54b816976142fd9086a11a1e0e4fb6053d00082d (diff)
downloadmediawikicore-879f749a62d837ee95be327b5d71c37fe923f7b1.tar.gz
mediawikicore-879f749a62d837ee95be327b5d71c37fe923f7b1.zip
Remove meaningless (auto-generated?) constructor documentation
Yes, the constructor of a class constructs a new instance of that class. That's what constructors are for. No need to document this. Change-Id: Ia94f476512f437f48edfeb71d95b269ac2ca0ab4
Diffstat (limited to 'includes/parser/PPFrame_Hash.php')
-rw-r--r--includes/parser/PPFrame_Hash.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/parser/PPFrame_Hash.php b/includes/parser/PPFrame_Hash.php
index f38cb0696813..d376b06d276c 100644
--- a/includes/parser/PPFrame_Hash.php
+++ b/includes/parser/PPFrame_Hash.php
@@ -63,7 +63,6 @@ class PPFrame_Hash implements PPFrame {
protected $childExpansionCache;
/**
- * Construct a new preprocessor frame.
* @param Preprocessor $preprocessor The parent preprocessor
*/
public function __construct( $preprocessor ) {