Skip to content
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.

Commit

Permalink
Removed strict_types to support PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lookitsatravis committed Jun 12, 2017
1 parent 6c97a6e commit 6c5e195
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/ConfigTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

use PHPUnit\Framework\TestCase;
use Lookitsatravis\Listify\Config;

Expand Down
2 changes: 0 additions & 2 deletions tests/ListifyBaseTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php

declare(strict_types=1);

use PHPUnit\Framework\TestCase;
use Lookitsatravis\Listify\Config;
use Illuminate\Database\Capsule\Manager as Capsule;
Expand Down

0 comments on commit 6c5e195

Please sign in to comment.