Skip to content

Commit

Permalink
qa: remove obsolete psalm-type imports
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Mar 9, 2023
1 parent 96020a3 commit 6548c34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/PluginManagerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* A plugin manager is a specialized service locator used to create homogeneous objects
*
* @template InstanceType
* @psalm-import-type ServiceManagerConfigurationType from ConfigInterface
*/
interface PluginManagerInterface extends ServiceLocatorInterface
{
Expand Down
2 changes: 0 additions & 2 deletions src/ServiceLocatorInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/**
* Interface for service locator
*
* @psalm-import-type ServiceManagerConfigurationType from ConfigInterface
*/
interface ServiceLocatorInterface extends ContainerInterface
{
Expand Down

0 comments on commit 6548c34

Please sign in to comment.