Fix strict_types

This commit is contained in:
Dennis Eichhorn 2018-02-15 20:27:23 +01:00
parent cb20a2a342
commit 0dfd085c18
9 changed files with 9 additions and 9 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\Comments\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\Comments\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\Comments\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\Comments\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\Comments;

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