Skip to content

Commit 1e628da

Browse files
authored
Merge pull request #1 from gowork/bronek89-patch-1
Make SafeAssocArray implements SafeAccessor
2 parents 16f9921 + fa60713 commit 1e628da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SafeAssocArray.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use function array_key_exists;
66

7-
final class SafeAssocArray
7+
final class SafeAssocArray implements SafeAccessor
88
{
99
use SafeAccessorTrait;
1010

0 commit comments

Comments
 (0)