Fixed broken @inheritdoc in phpdoc blocks

This commit is contained in:
Matias Griese
2019-03-13 15:44:53 +02:00
parent db8e5b3cbb
commit 9727f30c61
2 changed files with 0 additions and 6 deletions

View File

@@ -101,9 +101,6 @@ trait ServerRequestDecoratorTrait
return $new;
}
/**
* @inheritdoc
*/
public function withAttributes(array $attributes)
{
$new = clone $this;

View File

@@ -41,9 +41,6 @@ class Session implements SessionInterface
return self::$instance;
}
/**
* @inheritdoc
*/
public function __construct(array $options = [])
{
// Session is a singleton.