Strict types enabled

This commit is contained in:
Dennis Eichhorn 2017-03-01 14:05:29 +01:00
parent 223d8fee8e
commit 8427285859
6 changed files with 6 additions and 4 deletions

View File

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

View File

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

View File

@ -13,6 +13,7 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace Modules\Comments\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\Comments\Admin;
use phpOMS\DataStorage\Database\DatabasePool;
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\Comments\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\Comments;
use Modules\Navigation\Models\Navigation;