From 9727f30c6135148d827f5b055ca5ce208f57b33a Mon Sep 17 00:00:00 2001 From: Matias Griese Date: Wed, 13 Mar 2019 15:44:53 +0200 Subject: [PATCH] Fixed broken @inheritdoc in phpdoc blocks --- .../Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php | 3 --- system/src/Grav/Framework/Session/Session.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php b/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php index 03541956a..f9297ddb4 100644 --- a/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php +++ b/system/src/Grav/Framework/Psr7/Traits/ServerRequestDecoratorTrait.php @@ -101,9 +101,6 @@ trait ServerRequestDecoratorTrait return $new; } - /** - * @inheritdoc - */ public function withAttributes(array $attributes) { $new = clone $this; diff --git a/system/src/Grav/Framework/Session/Session.php b/system/src/Grav/Framework/Session/Session.php index e404d5782..20d68fb0d 100644 --- a/system/src/Grav/Framework/Session/Session.php +++ b/system/src/Grav/Framework/Session/Session.php @@ -41,9 +41,6 @@ class Session implements SessionInterface return self::$instance; } - /** - * @inheritdoc - */ public function __construct(array $options = []) { // Session is a singleton.