Strict types enabled

This commit is contained in:
Dennis Eichhorn 2017-03-01 14:05:29 +01:00
parent 4b4fb84ece
commit 346883a653
27 changed files with 27 additions and 2 deletions

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin\Install;
use phpOMS\DataStorage\Database\DatabasePool;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabaseType;

View File

@ -13,9 +13,9 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\DataStorage\Database\Schema\Builder;
use phpOMS\Module\UninstallAbstract;

View File

@ -13,9 +13,9 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\UpdateAbstract;
use phpOMS\System\File\Directory;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting;
use Modules\Navigation\Models\Navigation;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
/**

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
/**

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Datatypes\Enum;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use Modules\Accounting\Models\PersonalAccount;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use Modules\Accounting\Models\PersonalAccount;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
/**

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Utils\IO\ExchangeInterface;

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Accounting\Models;
use phpOMS\Datatypes\Enum;