Skip to content

Commit

Permalink
Merge pull request #245 from gsteel/merge-release-4.2.1-into-4.3.x-foo
Browse files Browse the repository at this point in the history
Merge release 4.2.1 into 4.3.x
  • Loading branch information
gsteel authored Oct 22, 2024
2 parents a8489e3 + e18a454 commit 0bee163
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 0bee163

Please sign in to comment.