Skip to content

Commit

Permalink
Minor README file update.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Aug 12, 2019
1 parent d95b896 commit 6659473
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 @@ -38,7 +38,7 @@ This library has been inspired by the [Laravel Support Package](https://github.c
```php
<?php

declare(strict_types = 1);
declare(strict_types=1);

include 'vendor/autoload.php';

Expand Down Expand Up @@ -140,7 +140,7 @@ the `drupol\Collection\Contract\Operation` interface, then run it through the `C
```php
<?php

declare(strict_types = 1);
declare(strict_types=1);

include 'vendor/autoload.php';

Expand Down

0 comments on commit 6659473

Please sign in to comment.