Skip to content

Commit

Permalink
qa: remove type-narrowing from AbstractSingleInstancePluginManager
Browse files Browse the repository at this point in the history
…as it breaks psalms return type detection based on conditionals

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Aug 29, 2023
1 parent 879f9c9 commit a0e4aee
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/AbstractSingleInstancePluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ abstract class AbstractSingleInstancePluginManager extends AbstractPluginManager
*/
protected string $instanceOf;

/**
* {@inheritDoc}
*/
public function get(string $id): object
{
return parent::get($id);
}

/**
* {@inheritDoc}
*/
Expand Down

0 comments on commit a0e4aee

Please sign in to comment.