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 9eb6e07 commit d762cf5Copy full SHA for d762cf5
README.md
@@ -59,7 +59,7 @@ This way you have the possibility to use them and extend it's behavior tailored
59
###### Creating a Typed List Collection
60
61
```php
62
-<?php
+<?php declare(strict_types=1);
63
64
use DCSG\ImmutableCollections\ImmutableCollection;
65
@@ -82,7 +82,7 @@ echo $collection->count(); // 2
82
###### Creating a Typed Set Collection
83
84
85
86
87
use DCSG\ImmutableCollections\SetImmutableCollection;
88
0 commit comments