Skip to content

Commit

Permalink
update readme to reflect the enablement of strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Gomes committed Jan 27, 2019
1 parent 9eb6e07 commit d762cf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This way you have the possibility to use them and extend it's behavior tailored
###### Creating a Typed List Collection

```php
<?php
<?php declare(strict_types=1);

use DCSG\ImmutableCollections\ImmutableCollection;

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

```php
<?php
<?php declare(strict_types=1);

use DCSG\ImmutableCollections\SetImmutableCollection;

Expand Down

0 comments on commit d762cf5

Please sign in to comment.