Removed declare strict types added by mistake

This commit is contained in:
Alejandro Celaya
2017-07-06 17:49:05 +02:00
parent c05aeabdee
commit dd099dc39c
11 changed files with 15 additions and 38 deletions

View File

@@ -1,6 +1,4 @@
<?php
declare(strict_types=1);
namespace ShlinkioTest\Shlink\CLI\Install\Plugin;
use PHPUnit\Framework\TestCase;