Skip to content

Commit

Permalink
Add mixed as array shape
Browse files Browse the repository at this point in the history
Signed-off-by: Kristofer Karlsson <[email protected]>
  • Loading branch information
grizzm0 committed Oct 21, 2024
1 parent a8489e3 commit 5d96054
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ServiceManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
* array-key,
* class-string<AbstractFactoryInterface>|AbstractFactoryInterface
* >
* @psalm-type DelegatorCallable = callable(ContainerInterface,string,callable():mixed,array|null):mixed
* @psalm-type DelegatorCallable = callable(ContainerInterface,string,callable():mixed,array<mixed>|null):mixed
* @psalm-type DelegatorsConfiguration = array<
* string,
* array<
Expand All @@ -73,7 +73,7 @@
* |DelegatorCallable
* >
* >
* @psalm-type FactoryCallable = callable(ContainerInterface,string,array|null):mixed
* @psalm-type FactoryCallable = callable(ContainerInterface,string,array<mixed>|null):mixed
* @psalm-type FactoriesConfiguration = array<
* string,
* class-string<FactoryInterface>|class-string<object&FactoryCallable>|FactoryInterface|FactoryCallable
Expand Down

0 comments on commit 5d96054

Please sign in to comment.