Skip to content

Commit

Permalink
qa: remove redundant has method
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Apr 27, 2023
1 parent 827be21 commit 9f7d6d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/PluginManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ interface PluginManagerInterface extends ServiceLocatorInterface
*/
public function validate(mixed $instance): void;

public function has(string $id): bool;

/**
* @template TRequestedInstance extends InstanceType
* @psalm-param class-string<TRequestedInstance>|string $id Service name of plugin to retrieve.
Expand Down

0 comments on commit 9f7d6d7

Please sign in to comment.