Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit eee1aa2

Browse files
committed
Merge branch 'hotfix/203' into develop
Forward port #203
2 parents 96af10d + b9fa236 commit eee1aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ServiceManager implements ServiceLocatorInterface
9393
protected $factories = [];
9494

9595
/**
96-
* @var Initializer\InitializerInterface[]
96+
* @var Initializer\InitializerInterface[]|callable[]
9797
*/
9898
protected $initializers = [];
9999

@@ -577,7 +577,7 @@ private function resolveAbstractFactories(array $abstractFactories)
577577
/**
578578
* Instantiate initializers for to avoid checks during service construction.
579579
*
580-
* @param string[]|callable[]|Initializer\InitializerInterface[] $initializers
580+
* @param string[]|Initializer\InitializerInterface[]|callable[] $initializers
581581
*
582582
* @return void
583583
*/

0 commit comments

Comments
 (0)