Skip to content

Commit

Permalink
qa: try to move psalm type imports to get rid of TTypeAlias issue i…
Browse files Browse the repository at this point in the history
…n psalm `TypeParser`

Signed-off-by: Maximilian Bösing <[email protected]>
  • Loading branch information
boesing committed Oct 11, 2023
1 parent 7405e63 commit 3365ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AbstractPluginManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
* Abstract PluginManagerInterface implementation providing creation context support.
* The constructor accepts the parent container instance, which is then used when creating instances.
*
* @template InstanceType
* @template-implements PluginManagerInterface<InstanceType>
* @psalm-import-type ServiceManagerConfiguration from ServiceManager
* @psalm-import-type FactoryCallable from ServiceManager
* @psalm-import-type DelegatorCallable from ServiceManager
Expand All @@ -34,6 +32,8 @@
* @psalm-import-type FactoriesConfiguration from ServiceManager
* @psalm-import-type InitializersConfiguration from ServiceManager
* @psalm-import-type LazyServicesConfiguration from ServiceManager
* @template InstanceType
* @template-implements PluginManagerInterface<InstanceType>
*/
abstract class AbstractPluginManager implements PluginManagerInterface
{
Expand Down

0 comments on commit 3365ab7

Please sign in to comment.