Fix strict_types

This commit is contained in:
Dennis Eichhorn 2018-02-15 20:27:23 +01:00
parent c5766675d3
commit a17f8e29d0
6 changed files with 6 additions and 6 deletions

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL\Admin\Install;

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL\Admin;

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL\Admin;

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL\Admin;

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL\Admin;

View File

@ -10,7 +10,7 @@
* @version 1.0.0
* @link http://website.orange-management.de
*/
declare(strict_types = 1);
declare(strict_types=1);
namespace Modules\PL;