We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f0e17d + abed5d9 commit 12a3e92Copy full SHA for 12a3e92
src/Adapter/AdapterDefinitionFactory.php
@@ -24,7 +24,7 @@ class AdapterDefinitionFactory
24
/**
25
* @var AdapterDefinitionBuilderInterface[]
26
*/
27
- private $builders;
+ private array $builders;
28
29
public function __construct()
30
{
src/Lazy/LazyFactory.php
@@ -20,7 +20,7 @@
20
21
class LazyFactory
22
23
- private $storages;
+ private ContainerInterface $storages;
public function __construct(ContainerInterface $storages)
0 commit comments