Fix strict_types

This commit is contained in:
Dennis Eichhorn 2018-02-15 20:27:23 +01:00
parent 743c430634
commit d1a20a9545
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\Sales\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\Sales\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\Sales\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\Sales\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\Sales\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\Sales;