Skip to content

Commit d762cf5

Browse files
author
Daniel Gomes
committed
update readme to reflect the enablement of strict types
1 parent 9eb6e07 commit d762cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This way you have the possibility to use them and extend it's behavior tailored
5959
###### Creating a Typed List Collection
6060

6161
```php
62-
<?php
62+
<?php declare(strict_types=1);
6363

6464
use DCSG\ImmutableCollections\ImmutableCollection;
6565

@@ -82,7 +82,7 @@ echo $collection->count(); // 2
8282
###### Creating a Typed Set Collection
8383

8484
```php
85-
<?php
85+
<?php declare(strict_types=1);
8686

8787
use DCSG\ImmutableCollections\SetImmutableCollection;
8888

0 commit comments

Comments
 (0)