mirror of
https://github.com/getgrav/grav.git
synced 2026-02-24 07:31:30 +01:00
Fixed broken @inheritdoc in phpdoc blocks
This commit is contained in:
@@ -101,9 +101,6 @@ trait ServerRequestDecoratorTrait
|
||||
return $new;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function withAttributes(array $attributes)
|
||||
{
|
||||
$new = clone $this;
|
||||
|
||||
@@ -41,9 +41,6 @@ class Session implements SessionInterface
|
||||
return self::$instance;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function __construct(array $options = [])
|
||||
{
|
||||
// Session is a singleton.
|
||||
|
||||
Reference in New Issue
Block a user