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.
1 parent 4b6e809 commit abed5d9Copy full SHA for abed5d9
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