Skip to content

Commit

Permalink
infection#597 add missing declere strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 3, 2019
1 parent aa6ef2a commit 23e2110
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Mutator/Removal/ArrayItemRemovalTest.php
Expand Up @@ -31,6 +31,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

declare(strict_types=1);

namespace Infection\Tests\Mutator\Removal;

use Generator;
Expand Down

0 comments on commit 23e2110

Please sign in to comment.