Fix strict_types

This commit is contained in:
Dennis Eichhorn 2018-02-15 20:27:23 +01:00
parent 28fb6722fe
commit a866f18624
12 changed files with 12 additions and 12 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\Workflow\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\Workflow\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\Workflow\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\Workflow\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\Workflow\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\Workflow;

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\Workflow\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\Workflow\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\Workflow\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\Workflow\Templates\Permission;

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\Workflow\Templates\Permission;

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