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

Commit 04d8556

Browse files
committed
Merge branch 'hotfix/203'
Close #203
2 parents b641b7d + b9fa236 commit 04d8556

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
@@ -77,7 +77,7 @@ class ServiceManager implements ServiceLocatorInterface
7777
protected $factories = [];
7878

7979
/**
80-
* @var Initializer\InitializerInterface[]
80+
* @var Initializer\InitializerInterface[]|callable[]
8181
*/
8282
protected $initializers = [];
8383

@@ -561,7 +561,7 @@ private function resolveAbstractFactories(array $abstractFactories)
561561
/**
562562
* Instantiate initializers for to avoid checks during service construction.
563563
*
564-
* @param string[]|callable[]|Initializer\InitializerInterface[] $initializers
564+
* @param string[]|Initializer\InitializerInterface[]|callable[] $initializers
565565
*
566566
* @return void
567567
*/

0 commit comments

Comments
 (0)