Enable strict_types

This commit is contained in:
Dennis Eichhorn 2017-01-25 11:51:36 +01:00
parent cfab6d9caf
commit 58b9fd5171
482 changed files with 847 additions and 0 deletions

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Account;
use phpOMS\Contract\ArrayableInterface;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Account;
use phpOMS\Auth\Auth;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Account;
use phpOMS\DataStorage\Database\DataMapperAbstract;

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Account;
use phpOMS\Contract\ArrayableInterface;

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Account;
/**

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knappsack;
use phpOMS\Algorithm\AlgorithmType;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Algorithm\Knappsack;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Asset;
/**

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Auth;
use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS;
/**

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Business\Marketing;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Config;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Config;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Config;
use phpOMS\DataStorage\Database\DatabaseExceptionFactory;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Console;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Contract;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Contract;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Contract;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
use phpOMS\DataStorage\Cache\CacheInterface;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
use phpOMS\Datatypes\Exception\InvalidEnumValue;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
use phpOMS\Config\OptionsInterface;

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
use phpOMS\Datatypes\Exception\InvalidEnumValue;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Cache;
/**

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage;
use phpOMS\DataStorage\Database\Query\Builder;

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
use phpOMS\DataStorage\Database\DatabaseStatus;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
abstract class ConnectionException extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
use phpOMS\DataStorage\Database\Query\Grammar\Grammar;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
use phpOMS\DataStorage\Database\DatabaseStatus;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
abstract class PostgresConnection extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
use phpOMS\DataStorage\Database\DatabaseStatus;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connection;
use phpOMS\DataStorage\Database\DatabaseStatus;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connector;
abstract class MysqlConnector extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connector;
abstract class PostgresConnector extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connector;
abstract class SqliteConnector extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Connector;
abstract class SqlServerConnector extends \Exception

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database;
use phpOMS\DataStorage\Database\Connection\ConnectionAbstract;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database;
use phpOMS\DataStorage\Database\Schema\Exception\TableException;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Query;
use phpOMS\Datatypes\Enum;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Query;
use phpOMS\Datatypes\Enum;

View File

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

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Exception;
/**

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Grammar;
interface GrammarInterface

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Grammar;
class PostgresGrammar

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Grammar;
class SQLiteGrammar

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema\Grammar;
class SqlServerGrammar

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Database\Schema;
use phpOMS\Datatypes\Enum;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Session;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Session;
use phpOMS\Uri\UriFactory;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Session;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\DataStorage\Session;
/**

View File

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

View File

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

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Datatypes;
class ExactFloat

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Datatypes\Exception;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Datatypes\Exception;
/**

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Datatypes;
use phpOMS\Validation\Base\IbanEnum;

View File

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

View File

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

View File

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

View File

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

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Dispatcher;
use phpOMS\ApplicationAbstract;

View File

@ -13,6 +13,8 @@
* @version 1.0.0
* @link http://orange-management.com
*/
declare(strict_types=1);
namespace phpOMS\Event;
use phpOMS\Pattern\Mediator;

View File

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

Some files were not shown because too many files have changed in this diff Show More