Skip to content

Commit

Permalink
Merge pull request #2880 from adriansuter/patch-inheritdoc
Browse files Browse the repository at this point in the history
[3.x] Remove phpdoc inheritdoc override
  • Loading branch information
l0gicgate committed Nov 12, 2019
2 parents 200c614 + eabb1b1 commit 925445e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Slim/Http/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class Environment extends Collection implements EnvironmentInterface
{
/**
* {@inheritdoc}
* @return self
*/
public static function mock(array $settings = [])
{
Expand Down
2 changes: 1 addition & 1 deletion Slim/Interfaces/Http/EnvironmentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface EnvironmentInterface
*
* @param array $settings Array of custom environment keys and values
*
* @return EnvironmentInterface
* @return static
*/
public static function mock(array $settings = []);
}

0 comments on commit 925445e

Please sign in to comment.