Skip to content

Commit 12a3e92

Browse files
authored
Merge pull request #131 from OskarStark/types
Add types
2 parents 4f0e17d + abed5d9 commit 12a3e92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Adapter/AdapterDefinitionFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class AdapterDefinitionFactory
2424
/**
2525
* @var AdapterDefinitionBuilderInterface[]
2626
*/
27-
private $builders;
27+
private array $builders;
2828

2929
public function __construct()
3030
{

src/Lazy/LazyFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
*/
2121
class LazyFactory
2222
{
23-
private $storages;
23+
private ContainerInterface $storages;
2424

2525
public function __construct(ContainerInterface $storages)
2626
{

0 commit comments

Comments
 (0)