diff options
Diffstat (limited to 'inc/Input/Server.php')
-rw-r--r-- | inc/Input/Server.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/Input/Server.php b/inc/Input/Server.php index 60964fd8f..b254629b3 100644 --- a/inc/Input/Server.php +++ b/inc/Input/Server.php @@ -7,7 +7,6 @@ namespace dokuwiki\Input; */ class Server extends Input { - /** @noinspection PhpMissingParentConstructorInspection * Initialize the $access array, remove subclass members */ @@ -15,5 +14,4 @@ class Server extends Input { $this->access = &$_SERVER; } - } |