Fix strict_types

This commit is contained in:
Dennis Eichhorn 2018-02-15 20:27:23 +01:00
parent c0b497c7c1
commit 4d78bc7f9d
11 changed files with 11 additions and 11 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\Support\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\Support\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\Support\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\Support\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\Support\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\Support;

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\Support;

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\Support;

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\Support;

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\Support\Models;

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\Support\Models;