diff --git a/Account/Account.php b/Account/Account.php index efed51bb9..78007ad1d 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/AccountManager.php b/Account/AccountManager.php index 8457c5e02..181d393f5 100644 --- a/Account/AccountManager.php +++ b/Account/AccountManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index ca92e63a9..36a3de54a 100644 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/AccountType.php b/Account/AccountType.php index a4298d5dc..ebe6d0df1 100644 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/Group.php b/Account/Group.php index 46f58c16d..0de9477b6 100644 --- a/Account/Group.php +++ b/Account/Group.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index 42c6ff1f1..c15ddd2fb 100644 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/NullAccount.php b/Account/NullAccount.php index 20d49d87e..9700b7c6d 100644 --- a/Account/NullAccount.php +++ b/Account/NullAccount.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/PermissionAbstract.php b/Account/PermissionAbstract.php index 13a7312f6..86b6000a0 100644 --- a/Account/PermissionAbstract.php +++ b/Account/PermissionAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Account/PermissionType.php b/Account/PermissionType.php index 29d6059a1..d6b4122f0 100644 --- a/Account/PermissionType.php +++ b/Account/PermissionType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Account; diff --git a/Algorithm/AlgorithmType.php b/Algorithm/AlgorithmType.php index ee1d0841d..57b1c37fb 100644 --- a/Algorithm/AlgorithmType.php +++ b/Algorithm/AlgorithmType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Algorithm; diff --git a/Algorithm/Knappsack/Backpack.php b/Algorithm/Knappsack/Backpack.php index ddd220cbc..67574ef07 100644 --- a/Algorithm/Knappsack/Backpack.php +++ b/Algorithm/Knappsack/Backpack.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Algorithm\Knappsack; use phpOMS\Algorithm\AlgorithmType; diff --git a/Algorithm/Knappsack/ItemInterface.php b/Algorithm/Knappsack/ItemInterface.php index 0966fc09b..d01ec0ddc 100644 --- a/Algorithm/Knappsack/ItemInterface.php +++ b/Algorithm/Knappsack/ItemInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Algorithm\Knappsack; diff --git a/ApplicationAbstract.php b/ApplicationAbstract.php index 204f80302..425a70556 100644 --- a/ApplicationAbstract.php +++ b/ApplicationAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS; diff --git a/Asset/AssetManager.php b/Asset/AssetManager.php index f6bb7ef07..f93dcc61b 100644 --- a/Asset/AssetManager.php +++ b/Asset/AssetManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Asset; diff --git a/Asset/AssetType.php b/Asset/AssetType.php index 825d958a8..442d2bb2c 100644 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Asset; diff --git a/Auth/Auth.php b/Auth/Auth.php index d75b9413c..91bdf118d 100644 --- a/Auth/Auth.php +++ b/Auth/Auth.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Auth; diff --git a/Auth/LoginReturnType.php b/Auth/LoginReturnType.php index b18aa8db0..4f755f760 100644 --- a/Auth/LoginReturnType.php +++ b/Auth/LoginReturnType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Auth; diff --git a/AutoloadException.php b/AutoloadException.php index e7ff43e8c..efcf7fbc4 100644 --- a/AutoloadException.php +++ b/AutoloadException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS; diff --git a/Autoloader.php b/Autoloader.php index 8a67bc84d..dbe58d75e 100644 --- a/Autoloader.php +++ b/Autoloader.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS; diff --git a/Business/Finance/Depreciation.php b/Business/Finance/Depreciation.php index b6f89b96e..bc81ee37a 100644 --- a/Business/Finance/Depreciation.php +++ b/Business/Finance/Depreciation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance; diff --git a/Business/Finance/FinanceFormulas.php b/Business/Finance/FinanceFormulas.php index c71c110ac..4d1ffda5b 100644 --- a/Business/Finance/FinanceFormulas.php +++ b/Business/Finance/FinanceFormulas.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance; diff --git a/Business/Finance/Forecasting/AR.php b/Business/Finance/Forecasting/AR.php index 33a693b69..4b0a6703c 100644 --- a/Business/Finance/Forecasting/AR.php +++ b/Business/Finance/Forecasting/AR.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class AR diff --git a/Business/Finance/Forecasting/ARCH.php b/Business/Finance/Forecasting/ARCH.php index 4c9edf6f6..990f05800 100644 --- a/Business/Finance/Forecasting/ARCH.php +++ b/Business/Finance/Forecasting/ARCH.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class ARCH diff --git a/Business/Finance/Forecasting/ARFIMA.php b/Business/Finance/Forecasting/ARFIMA.php index 0b674419e..8f4a769ec 100644 --- a/Business/Finance/Forecasting/ARFIMA.php +++ b/Business/Finance/Forecasting/ARFIMA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class ARFIMA diff --git a/Business/Finance/Forecasting/ARIMA.php b/Business/Finance/Forecasting/ARIMA.php index 06155e65e..b0172121d 100644 --- a/Business/Finance/Forecasting/ARIMA.php +++ b/Business/Finance/Forecasting/ARIMA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; use phpOMS\Math\Statistic\Average; diff --git a/Business/Finance/Forecasting/ARMA.php b/Business/Finance/Forecasting/ARMA.php index 69c6d0b5b..4dc5de738 100644 --- a/Business/Finance/Forecasting/ARMA.php +++ b/Business/Finance/Forecasting/ARMA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class ARMA diff --git a/Business/Finance/Forecasting/ClassicalDecomposition.php b/Business/Finance/Forecasting/ClassicalDecomposition.php index b45aaa8c9..ee7fa4f22 100644 --- a/Business/Finance/Forecasting/ClassicalDecomposition.php +++ b/Business/Finance/Forecasting/ClassicalDecomposition.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php index e44c60955..7e05a9634 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/ExponentialSmoothing.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting\ExponentialSmoothing; diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php index 22c8bd549..d26550a7e 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/SeasonalType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting\ExponentialSmoothing; diff --git a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php index 72413e498..91348fd2c 100644 --- a/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php +++ b/Business/Finance/Forecasting/ExponentialSmoothing/TrendType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting\ExponentialSmoothing; diff --git a/Business/Finance/Forecasting/GARCH.php b/Business/Finance/Forecasting/GARCH.php index 07a3654b0..1226e4c42 100644 --- a/Business/Finance/Forecasting/GARCH.php +++ b/Business/Finance/Forecasting/GARCH.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class GARCH diff --git a/Business/Finance/Forecasting/MA.php b/Business/Finance/Forecasting/MA.php index 4ec6a3103..dcf92b3f4 100644 --- a/Business/Finance/Forecasting/MA.php +++ b/Business/Finance/Forecasting/MA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class MA diff --git a/Business/Finance/Forecasting/NAR.php b/Business/Finance/Forecasting/NAR.php index 7f499cfa7..1e9523a8b 100644 --- a/Business/Finance/Forecasting/NAR.php +++ b/Business/Finance/Forecasting/NAR.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class NAR diff --git a/Business/Finance/Forecasting/NMA.php b/Business/Finance/Forecasting/NMA.php index c8a67b716..5ede809e7 100644 --- a/Business/Finance/Forecasting/NMA.php +++ b/Business/Finance/Forecasting/NMA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class NMA diff --git a/Business/Finance/Forecasting/SARIMA.php b/Business/Finance/Forecasting/SARIMA.php index 53573e3c3..d179e6fb5 100644 --- a/Business/Finance/Forecasting/SARIMA.php +++ b/Business/Finance/Forecasting/SARIMA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; class SARIMA diff --git a/Business/Finance/Forecasting/SmoothingType.php b/Business/Finance/Forecasting/SmoothingType.php index d14f75f2d..f79b10f57 100644 --- a/Business/Finance/Forecasting/SmoothingType.php +++ b/Business/Finance/Forecasting/SmoothingType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance\Forecasting; diff --git a/Business/Finance/Loan.php b/Business/Finance/Loan.php index 2938a44c5..45533801f 100644 --- a/Business/Finance/Loan.php +++ b/Business/Finance/Loan.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance; diff --git a/Business/Finance/Lorenzkurve.php b/Business/Finance/Lorenzkurve.php index fb1b15a56..9042e7f2d 100644 --- a/Business/Finance/Lorenzkurve.php +++ b/Business/Finance/Lorenzkurve.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance; diff --git a/Business/Finance/StockBonds.php b/Business/Finance/StockBonds.php index cae66824c..d4f8ec313 100644 --- a/Business/Finance/StockBonds.php +++ b/Business/Finance/StockBonds.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Finance; diff --git a/Business/Marketing/Metrics.php b/Business/Marketing/Metrics.php index 7a0124756..670aa4fbd 100644 --- a/Business/Marketing/Metrics.php +++ b/Business/Marketing/Metrics.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Marketing; diff --git a/Business/Marketing/NetPromoterScore.php b/Business/Marketing/NetPromoterScore.php index 0c22eee8d..651c70a83 100644 --- a/Business/Marketing/NetPromoterScore.php +++ b/Business/Marketing/NetPromoterScore.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Marketing; diff --git a/Business/Programming/Metrics.php b/Business/Programming/Metrics.php index afa8f6b90..73523e6ce 100644 --- a/Business/Programming/Metrics.php +++ b/Business/Programming/Metrics.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Programming; diff --git a/Business/Sales/MarketShareEstimation.php b/Business/Sales/MarketShareEstimation.php index b2b03079a..419d5cb8c 100644 --- a/Business/Sales/MarketShareEstimation.php +++ b/Business/Sales/MarketShareEstimation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Business\Sales; diff --git a/Config/OptionsInterface.php b/Config/OptionsInterface.php index 67ad30553..2a48ecad9 100644 --- a/Config/OptionsInterface.php +++ b/Config/OptionsInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Config; diff --git a/Config/OptionsTrait.php b/Config/OptionsTrait.php index 1bf3b2d5c..6b358548d 100644 --- a/Config/OptionsTrait.php +++ b/Config/OptionsTrait.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Config; diff --git a/Config/SettingsAbstract.php b/Config/SettingsAbstract.php index aa65eb9ca..f371de13a 100644 --- a/Config/SettingsAbstract.php +++ b/Config/SettingsAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Config; diff --git a/Console/CommandManager.php b/Console/CommandManager.php index f15e8d25f..b9c54dc49 100644 --- a/Console/CommandManager.php +++ b/Console/CommandManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Console; diff --git a/Contract/ArrayableInterface.php b/Contract/ArrayableInterface.php index cd978587d..b03b31ba7 100644 --- a/Contract/ArrayableInterface.php +++ b/Contract/ArrayableInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Contract; diff --git a/Contract/RenderableInterface.php b/Contract/RenderableInterface.php index dcb9917e6..1d0090f00 100644 --- a/Contract/RenderableInterface.php +++ b/Contract/RenderableInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Contract; diff --git a/DataStorage/Cache/CacheFactory.php b/DataStorage/Cache/CacheFactory.php index daa5ef4c4..5507bda80 100644 --- a/DataStorage/Cache/CacheFactory.php +++ b/DataStorage/Cache/CacheFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/CacheInterface.php b/DataStorage/Cache/CacheInterface.php index 015c56123..c6ae99051 100644 --- a/DataStorage/Cache/CacheInterface.php +++ b/DataStorage/Cache/CacheInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; use phpOMS\Stdlib\Base\Exception\InvalidEnumValue; diff --git a/DataStorage/Cache/CachePool.php b/DataStorage/Cache/CachePool.php index eef56b141..0bd5f637a 100644 --- a/DataStorage/Cache/CachePool.php +++ b/DataStorage/Cache/CachePool.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/CacheStatus.php b/DataStorage/Cache/CacheStatus.php index ffb58806c..d30660457 100644 --- a/DataStorage/Cache/CacheStatus.php +++ b/DataStorage/Cache/CacheStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/CacheType.php b/DataStorage/Cache/CacheType.php index 35b12ac41..a4e331ea9 100644 --- a/DataStorage/Cache/CacheType.php +++ b/DataStorage/Cache/CacheType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/FileCache.php b/DataStorage/Cache/FileCache.php index 236e882ea..1e8545ba6 100644 --- a/DataStorage/Cache/FileCache.php +++ b/DataStorage/Cache/FileCache.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/MemCache.php b/DataStorage/Cache/MemCache.php index 9774158da..0d8906823 100644 --- a/DataStorage/Cache/MemCache.php +++ b/DataStorage/Cache/MemCache.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/MemCached.php b/DataStorage/Cache/MemCached.php index 040dbfb9f..76814a13a 100644 --- a/DataStorage/Cache/MemCached.php +++ b/DataStorage/Cache/MemCached.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/NullCache.php b/DataStorage/Cache/NullCache.php index 95b3a07e6..92dbd3e2f 100644 --- a/DataStorage/Cache/NullCache.php +++ b/DataStorage/Cache/NullCache.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/RedisCache.php b/DataStorage/Cache/RedisCache.php index 586ec294e..27f9a5863 100644 --- a/DataStorage/Cache/RedisCache.php +++ b/DataStorage/Cache/RedisCache.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cache/WinCache.php b/DataStorage/Cache/WinCache.php index cab734a1c..0506bb8c2 100644 --- a/DataStorage/Cache/WinCache.php +++ b/DataStorage/Cache/WinCache.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cache; diff --git a/DataStorage/Cookie/CookieJar.php b/DataStorage/Cookie/CookieJar.php index 2124a8d4f..d7108e565 100644 --- a/DataStorage/Cookie/CookieJar.php +++ b/DataStorage/Cookie/CookieJar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Cookie; diff --git a/DataStorage/DataMapperInterface.php b/DataStorage/DataMapperInterface.php index 48aaf4925..363b6048b 100644 --- a/DataStorage/DataMapperInterface.php +++ b/DataStorage/DataMapperInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage; diff --git a/DataStorage/Database/BuilderAbstract.php b/DataStorage/Database/BuilderAbstract.php index 87a8702bb..6add0d8e1 100644 --- a/DataStorage/Database/BuilderAbstract.php +++ b/DataStorage/Database/BuilderAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/Connection/ConnectionAbstract.php b/DataStorage/Database/Connection/ConnectionAbstract.php index 90c3c88f4..bc2deed05 100644 --- a/DataStorage/Database/Connection/ConnectionAbstract.php +++ b/DataStorage/Database/Connection/ConnectionAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/ConnectionFactory.php b/DataStorage/Database/Connection/ConnectionFactory.php index 9448235bd..53856bb09 100644 --- a/DataStorage/Database/Connection/ConnectionFactory.php +++ b/DataStorage/Database/Connection/ConnectionFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/ConnectionInterface.php b/DataStorage/Database/Connection/ConnectionInterface.php index cd320bf30..e19175ab6 100644 --- a/DataStorage/Database/Connection/ConnectionInterface.php +++ b/DataStorage/Database/Connection/ConnectionInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/MysqlConnection.php b/DataStorage/Database/Connection/MysqlConnection.php index ad739724b..6be44cabb 100644 --- a/DataStorage/Database/Connection/MysqlConnection.php +++ b/DataStorage/Database/Connection/MysqlConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/PostgresConnection.php b/DataStorage/Database/Connection/PostgresConnection.php index 60545b66f..6a076e32b 100644 --- a/DataStorage/Database/Connection/PostgresConnection.php +++ b/DataStorage/Database/Connection/PostgresConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/SQLiteConnection.php b/DataStorage/Database/Connection/SQLiteConnection.php index 007ef2b6d..a22faad13 100644 --- a/DataStorage/Database/Connection/SQLiteConnection.php +++ b/DataStorage/Database/Connection/SQLiteConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/Connection/SqlServerConnection.php b/DataStorage/Database/Connection/SqlServerConnection.php index 00bd23b30..1a49f0882 100644 --- a/DataStorage/Database/Connection/SqlServerConnection.php +++ b/DataStorage/Database/Connection/SqlServerConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Connection; diff --git a/DataStorage/Database/DataMapperAbstract.php b/DataStorage/Database/DataMapperAbstract.php index 16b370786..c65d75443 100644 --- a/DataStorage/Database/DataMapperAbstract.php +++ b/DataStorage/Database/DataMapperAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/DataMapperBaseAbstract.php b/DataStorage/Database/DataMapperBaseAbstract.php index 5974cd0a4..d00fc9191 100644 --- a/DataStorage/Database/DataMapperBaseAbstract.php +++ b/DataStorage/Database/DataMapperBaseAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/DatabaseExceptionFactory.php b/DataStorage/Database/DatabaseExceptionFactory.php index 99565eb00..8db98d55f 100644 --- a/DataStorage/Database/DatabaseExceptionFactory.php +++ b/DataStorage/Database/DatabaseExceptionFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/DatabasePool.php b/DataStorage/Database/DatabasePool.php index 5f4751454..f6748656a 100644 --- a/DataStorage/Database/DatabasePool.php +++ b/DataStorage/Database/DatabasePool.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/DatabaseStatus.php b/DataStorage/Database/DatabaseStatus.php index 1a1877a05..56cfd3040 100644 --- a/DataStorage/Database/DatabaseStatus.php +++ b/DataStorage/Database/DatabaseStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/DatabaseType.php b/DataStorage/Database/DatabaseType.php index 2de4a65c0..9a285fced 100644 --- a/DataStorage/Database/DatabaseType.php +++ b/DataStorage/Database/DatabaseType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/Exception/InvalidConnectionConfigException.php b/DataStorage/Database/Exception/InvalidConnectionConfigException.php index 5b1a3cef7..6ffa36cdc 100644 --- a/DataStorage/Database/Exception/InvalidConnectionConfigException.php +++ b/DataStorage/Database/Exception/InvalidConnectionConfigException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Exception; diff --git a/DataStorage/Database/Exception/InvalidMapperException.php b/DataStorage/Database/Exception/InvalidMapperException.php index 240c3b097..3672dff47 100644 --- a/DataStorage/Database/Exception/InvalidMapperException.php +++ b/DataStorage/Database/Exception/InvalidMapperException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Exception; diff --git a/DataStorage/Database/GrammarAbstract.php b/DataStorage/Database/GrammarAbstract.php index bd5bcc1c3..f4ce281ba 100644 --- a/DataStorage/Database/GrammarAbstract.php +++ b/DataStorage/Database/GrammarAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/Query/Builder.php b/DataStorage/Database/Query/Builder.php index 996b6a15b..8cf217e52 100644 --- a/DataStorage/Database/Query/Builder.php +++ b/DataStorage/Database/Query/Builder.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/Query/Column.php b/DataStorage/Database/Query/Column.php index 7c485668a..c89f07eb2 100644 --- a/DataStorage/Database/Query/Column.php +++ b/DataStorage/Database/Query/Column.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/Query/Expression.php b/DataStorage/Database/Query/Expression.php index 0a9946fb0..26453de57 100644 --- a/DataStorage/Database/Query/Expression.php +++ b/DataStorage/Database/Query/Expression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/Query/Grammar/Grammar.php b/DataStorage/Database/Query/Grammar/Grammar.php index 3ba97ff75..c1ae46d1b 100644 --- a/DataStorage/Database/Query/Grammar/Grammar.php +++ b/DataStorage/Database/Query/Grammar/Grammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; diff --git a/DataStorage/Database/Query/Grammar/GrammarInterface.php b/DataStorage/Database/Query/Grammar/GrammarInterface.php index 1624f18bd..d424598b0 100644 --- a/DataStorage/Database/Query/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Query/Grammar/GrammarInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; diff --git a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php index 00214fbb5..ec4755213 100644 --- a/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php +++ b/DataStorage/Database/Query/Grammar/MicrosoftGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; use phpOMS\DataStorage\Database\Query\Builder; diff --git a/DataStorage/Database/Query/Grammar/MysqlGrammar.php b/DataStorage/Database/Query/Grammar/MysqlGrammar.php index 082535a71..f442a8d6b 100644 --- a/DataStorage/Database/Query/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Query/Grammar/MysqlGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; use phpOMS\DataStorage\Database\Query\Builder; diff --git a/DataStorage/Database/Query/Grammar/OracleGrammar.php b/DataStorage/Database/Query/Grammar/OracleGrammar.php index df49c2ea4..2b3c0fe29 100644 --- a/DataStorage/Database/Query/Grammar/OracleGrammar.php +++ b/DataStorage/Database/Query/Grammar/OracleGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; use phpOMS\DataStorage\Database\Query\Builder; diff --git a/DataStorage/Database/Query/Grammar/PostgresGrammar.php b/DataStorage/Database/Query/Grammar/PostgresGrammar.php index a29215e9f..c882e2fa1 100644 --- a/DataStorage/Database/Query/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Query/Grammar/PostgresGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; use phpOMS\DataStorage\Database\Query\Builder; diff --git a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php index 80d950103..fa28fbb3b 100644 --- a/DataStorage/Database/Query/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Query/Grammar/SQLiteGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query\Grammar; use phpOMS\DataStorage\Database\Query\Builder; diff --git a/DataStorage/Database/Query/JoinType.php b/DataStorage/Database/Query/JoinType.php index 449a165cd..70042ffec 100644 --- a/DataStorage/Database/Query/JoinType.php +++ b/DataStorage/Database/Query/JoinType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/Query/QueryType.php b/DataStorage/Database/Query/QueryType.php index 40481343b..b49736761 100644 --- a/DataStorage/Database/Query/QueryType.php +++ b/DataStorage/Database/Query/QueryType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/Query/Where.php b/DataStorage/Database/Query/Where.php index d2af3ccd0..fc4a42d57 100644 --- a/DataStorage/Database/Query/Where.php +++ b/DataStorage/Database/Query/Where.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Query; diff --git a/DataStorage/Database/RelationType.php b/DataStorage/Database/RelationType.php index 2ce47c83c..49cfd33be 100644 --- a/DataStorage/Database/RelationType.php +++ b/DataStorage/Database/RelationType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database; diff --git a/DataStorage/Database/Schema/Builder.php b/DataStorage/Database/Schema/Builder.php index c330dcf38..d9f2b69f0 100644 --- a/DataStorage/Database/Schema/Builder.php +++ b/DataStorage/Database/Schema/Builder.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema; diff --git a/DataStorage/Database/Schema/Exception/TableException.php b/DataStorage/Database/Schema/Exception/TableException.php index b69bc0cc9..d2d4b5cc3 100644 --- a/DataStorage/Database/Schema/Exception/TableException.php +++ b/DataStorage/Database/Schema/Exception/TableException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Exception; diff --git a/DataStorage/Database/Schema/Grammar/Grammar.php b/DataStorage/Database/Schema/Grammar/Grammar.php index 406c92f4d..04d302ed5 100644 --- a/DataStorage/Database/Schema/Grammar/Grammar.php +++ b/DataStorage/Database/Schema/Grammar/Grammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/Grammar/GrammarInterface.php b/DataStorage/Database/Schema/Grammar/GrammarInterface.php index b3dc4695e..5c8f50429 100644 --- a/DataStorage/Database/Schema/Grammar/GrammarInterface.php +++ b/DataStorage/Database/Schema/Grammar/GrammarInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php index 53f4102c8..38e00d3e0 100644 --- a/DataStorage/Database/Schema/Grammar/MysqlGrammar.php +++ b/DataStorage/Database/Schema/Grammar/MysqlGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php index fb6868741..ff4181915 100644 --- a/DataStorage/Database/Schema/Grammar/PostgresGrammar.php +++ b/DataStorage/Database/Schema/Grammar/PostgresGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php index 864ea36cd..a67319be6 100644 --- a/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SQLiteGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php index c9ee5d5b8..80f443097 100644 --- a/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php +++ b/DataStorage/Database/Schema/Grammar/SqlServerGrammar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema\Grammar; diff --git a/DataStorage/Database/Schema/QueryType.php b/DataStorage/Database/Schema/QueryType.php index 98cbba489..42232ad59 100644 --- a/DataStorage/Database/Schema/QueryType.php +++ b/DataStorage/Database/Schema/QueryType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Database\Schema; diff --git a/DataStorage/LockException.php b/DataStorage/LockException.php index b00a96209..6e9c9cd3b 100644 --- a/DataStorage/LockException.php +++ b/DataStorage/LockException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage; diff --git a/DataStorage/Session/ConsoleSession.php b/DataStorage/Session/ConsoleSession.php index 70b2a09f9..0cee1a8e6 100644 --- a/DataStorage/Session/ConsoleSession.php +++ b/DataStorage/Session/ConsoleSession.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Session; diff --git a/DataStorage/Session/HttpSession.php b/DataStorage/Session/HttpSession.php index 8101b7553..64cfebd59 100644 --- a/DataStorage/Session/HttpSession.php +++ b/DataStorage/Session/HttpSession.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Session; diff --git a/DataStorage/Session/SessionInterface.php b/DataStorage/Session/SessionInterface.php index d69d2e427..f4f5a04a2 100644 --- a/DataStorage/Session/SessionInterface.php +++ b/DataStorage/Session/SessionInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Session; diff --git a/DataStorage/Session/SocketSession.php b/DataStorage/Session/SocketSession.php index 464068d6e..8b6b5e2a5 100644 --- a/DataStorage/Session/SocketSession.php +++ b/DataStorage/Session/SocketSession.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\DataStorage\Session; diff --git a/DataStorage/Web/Builder.php b/DataStorage/Web/Builder.php index cef7ce903..274beed4f 100644 --- a/DataStorage/Web/Builder.php +++ b/DataStorage/Web/Builder.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Crawler; use phpOMs\DataStorage\Database\Query\Builder as DatabaseQueryBuilder; diff --git a/Dispatcher/Dispatcher.php b/Dispatcher/Dispatcher.php index ba8786ae8..dc23a99d4 100644 --- a/Dispatcher/Dispatcher.php +++ b/Dispatcher/Dispatcher.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Dispatcher; diff --git a/Event/EventManager.php b/Event/EventManager.php index ecdd60481..76427d24d 100644 --- a/Event/EventManager.php +++ b/Event/EventManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Event; diff --git a/Localization/ISO3166CharEnum.php b/Localization/ISO3166CharEnum.php index 02cf06b0b..9e8462243 100644 --- a/Localization/ISO3166CharEnum.php +++ b/Localization/ISO3166CharEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO3166NameEnum.php b/Localization/ISO3166NameEnum.php index f85eecfbe..f344ebe39 100644 --- a/Localization/ISO3166NameEnum.php +++ b/Localization/ISO3166NameEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO3166NumEnum.php b/Localization/ISO3166NumEnum.php index 5ba84a9a7..e34548b0c 100644 --- a/Localization/ISO3166NumEnum.php +++ b/Localization/ISO3166NumEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO3166TwoEnum.php b/Localization/ISO3166TwoEnum.php index 68a4162bc..fc0159a09 100644 --- a/Localization/ISO3166TwoEnum.php +++ b/Localization/ISO3166TwoEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217CharEnum.php b/Localization/ISO4217CharEnum.php index 03ce8bb89..b7b3d2a6a 100644 --- a/Localization/ISO4217CharEnum.php +++ b/Localization/ISO4217CharEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217DecimalEnum.php b/Localization/ISO4217DecimalEnum.php index 416ee7aaa..63d2906bc 100644 --- a/Localization/ISO4217DecimalEnum.php +++ b/Localization/ISO4217DecimalEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217Enum.php b/Localization/ISO4217Enum.php index 09cced948..2b4ed8704 100644 --- a/Localization/ISO4217Enum.php +++ b/Localization/ISO4217Enum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217NumEnum.php b/Localization/ISO4217NumEnum.php index b3c574bb7..7937d68c6 100644 --- a/Localization/ISO4217NumEnum.php +++ b/Localization/ISO4217NumEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217SubUnitEnum.php b/Localization/ISO4217SubUnitEnum.php index 391b8ffc4..2d28018ac 100644 --- a/Localization/ISO4217SubUnitEnum.php +++ b/Localization/ISO4217SubUnitEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO4217SymbolEnum.php b/Localization/ISO4217SymbolEnum.php index c4ae80496..bb8fa3312 100644 --- a/Localization/ISO4217SymbolEnum.php +++ b/Localization/ISO4217SymbolEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO639Enum.php b/Localization/ISO639Enum.php index 110c3216f..0f6aee0c0 100644 --- a/Localization/ISO639Enum.php +++ b/Localization/ISO639Enum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO639x1Enum.php b/Localization/ISO639x1Enum.php index f88b890cf..bebfd8bb8 100644 --- a/Localization/ISO639x1Enum.php +++ b/Localization/ISO639x1Enum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO639x2Enum.php b/Localization/ISO639x2Enum.php index f5cb1cfed..4b8d2d0a5 100644 --- a/Localization/ISO639x2Enum.php +++ b/Localization/ISO639x2Enum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/ISO8601EnumArray.php b/Localization/ISO8601EnumArray.php index 2524fb9d8..7227bbf97 100644 --- a/Localization/ISO8601EnumArray.php +++ b/Localization/ISO8601EnumArray.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/L11nManager.php b/Localization/L11nManager.php index c4157e707..78a121720 100644 --- a/Localization/L11nManager.php +++ b/Localization/L11nManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/Localization.php b/Localization/Localization.php index 3982f65a4..8434c5886 100644 --- a/Localization/Localization.php +++ b/Localization/Localization.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/Money.php b/Localization/Money.php index 3d805fbe0..0ced0e1f2 100644 --- a/Localization/Money.php +++ b/Localization/Money.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/NullLocalization.php b/Localization/NullLocalization.php index 15d21810d..d72281a14 100644 --- a/Localization/NullLocalization.php +++ b/Localization/NullLocalization.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/PhoneEnum.php b/Localization/PhoneEnum.php index 9cc663db8..3007e055f 100644 --- a/Localization/PhoneEnum.php +++ b/Localization/PhoneEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Localization/TimeZoneEnumArray.php b/Localization/TimeZoneEnumArray.php index 0c5ea8276..2705cd1a3 100644 --- a/Localization/TimeZoneEnumArray.php +++ b/Localization/TimeZoneEnumArray.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Localization; diff --git a/Log/FileLogger.php b/Log/FileLogger.php index 4bdbe4461..17860e5a2 100644 --- a/Log/FileLogger.php +++ b/Log/FileLogger.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Log; diff --git a/Log/LogLevel.php b/Log/LogLevel.php index c12411d4d..ef359efff 100644 --- a/Log/LogLevel.php +++ b/Log/LogLevel.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Log; diff --git a/Log/LoggerInterface.php b/Log/LoggerInterface.php index 574763d69..e82038945 100644 --- a/Log/LoggerInterface.php +++ b/Log/LoggerInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Log; diff --git a/Math/Differential/FiniteDifference.php b/Math/Differential/FiniteDifference.php index 892c93f4e..927df0585 100644 --- a/Math/Differential/FiniteDifference.php +++ b/Math/Differential/FiniteDifference.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Differential; diff --git a/Math/Exception/ZeroDevisionException.php b/Math/Exception/ZeroDevisionException.php index 74bad5cfd..a60f099f5 100644 --- a/Math/Exception/ZeroDevisionException.php +++ b/Math/Exception/ZeroDevisionException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Exception; diff --git a/Math/Functions/Fibunacci.php b/Math/Functions/Fibunacci.php index e886f9c4f..91f5b91f1 100644 --- a/Math/Functions/Fibunacci.php +++ b/Math/Functions/Fibunacci.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Functions; diff --git a/Math/Functions/Functions.php b/Math/Functions/Functions.php index 564f52aa0..5b2020850 100644 --- a/Math/Functions/Functions.php +++ b/Math/Functions/Functions.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Functions; diff --git a/Math/Geometry/ConvexHull/MonotoneChain.php b/Math/Geometry/ConvexHull/MonotoneChain.php index 36d375c13..5c1198bec 100644 --- a/Math/Geometry/ConvexHull/MonotoneChain.php +++ b/Math/Geometry/ConvexHull/MonotoneChain.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\ConvexHull; diff --git a/Math/Geometry/Shape/D2/Circle.php b/Math/Geometry/Shape/D2/Circle.php index 996785427..24aff9e4b 100644 --- a/Math/Geometry/Shape/D2/Circle.php +++ b/Math/Geometry/Shape/D2/Circle.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/D2ShapeInterface.php b/Math/Geometry/Shape/D2/D2ShapeInterface.php index 47be0c709..b1d566e9c 100644 --- a/Math/Geometry/Shape/D2/D2ShapeInterface.php +++ b/Math/Geometry/Shape/D2/D2ShapeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Ellipse.php b/Math/Geometry/Shape/D2/Ellipse.php index 289f1c297..c583fad48 100644 --- a/Math/Geometry/Shape/D2/Ellipse.php +++ b/Math/Geometry/Shape/D2/Ellipse.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Polygon.php b/Math/Geometry/Shape/D2/Polygon.php index d66af7210..1a09d74f1 100644 --- a/Math/Geometry/Shape/D2/Polygon.php +++ b/Math/Geometry/Shape/D2/Polygon.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Quadrilateral.php b/Math/Geometry/Shape/D2/Quadrilateral.php index a2eb21912..f592f44c1 100644 --- a/Math/Geometry/Shape/D2/Quadrilateral.php +++ b/Math/Geometry/Shape/D2/Quadrilateral.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; class Quadrilateral implements D2ShapeInterface diff --git a/Math/Geometry/Shape/D2/Rectangle.php b/Math/Geometry/Shape/D2/Rectangle.php index 05d43d330..de8c3a77e 100644 --- a/Math/Geometry/Shape/D2/Rectangle.php +++ b/Math/Geometry/Shape/D2/Rectangle.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Trapezoid.php b/Math/Geometry/Shape/D2/Trapezoid.php index a0943ea2b..3f7610769 100644 --- a/Math/Geometry/Shape/D2/Trapezoid.php +++ b/Math/Geometry/Shape/D2/Trapezoid.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D2/Triangle.php b/Math/Geometry/Shape/D2/Triangle.php index 4493d196b..7d41843ed 100644 --- a/Math/Geometry/Shape/D2/Triangle.php +++ b/Math/Geometry/Shape/D2/Triangle.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D2; diff --git a/Math/Geometry/Shape/D3/Cone.php b/Math/Geometry/Shape/D3/Cone.php index 2dc80e45e..d3b4fa3ff 100644 --- a/Math/Geometry/Shape/D3/Cone.php +++ b/Math/Geometry/Shape/D3/Cone.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/Cuboid.php b/Math/Geometry/Shape/D3/Cuboid.php index 35ce4f6ae..af67df7c3 100644 --- a/Math/Geometry/Shape/D3/Cuboid.php +++ b/Math/Geometry/Shape/D3/Cuboid.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/Cylinder.php b/Math/Geometry/Shape/D3/Cylinder.php index 2062250e0..cc7784f3e 100644 --- a/Math/Geometry/Shape/D3/Cylinder.php +++ b/Math/Geometry/Shape/D3/Cylinder.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/D3ShapeInterface.php b/Math/Geometry/Shape/D3/D3ShapeInterface.php index af28edc99..e433e4a27 100644 --- a/Math/Geometry/Shape/D3/D3ShapeInterface.php +++ b/Math/Geometry/Shape/D3/D3ShapeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/Prism.php b/Math/Geometry/Shape/D3/Prism.php index f6ba669a5..87723fec5 100644 --- a/Math/Geometry/Shape/D3/Prism.php +++ b/Math/Geometry/Shape/D3/Prism.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; class Prism implements D3ShapeInterface diff --git a/Math/Geometry/Shape/D3/RectangularPyramid.php b/Math/Geometry/Shape/D3/RectangularPyramid.php index 2c437a905..d416d0291 100644 --- a/Math/Geometry/Shape/D3/RectangularPyramid.php +++ b/Math/Geometry/Shape/D3/RectangularPyramid.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/Sphere.php b/Math/Geometry/Shape/D3/Sphere.php index 334e872b6..8ccd96521 100644 --- a/Math/Geometry/Shape/D3/Sphere.php +++ b/Math/Geometry/Shape/D3/Sphere.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/D3/Tetrahedron.php b/Math/Geometry/Shape/D3/Tetrahedron.php index e50351841..aed272801 100644 --- a/Math/Geometry/Shape/D3/Tetrahedron.php +++ b/Math/Geometry/Shape/D3/Tetrahedron.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape\D3; diff --git a/Math/Geometry/Shape/ShapeInterface.php b/Math/Geometry/Shape/ShapeInterface.php index 8e336e504..59c712d5e 100644 --- a/Math/Geometry/Shape/ShapeInterface.php +++ b/Math/Geometry/Shape/ShapeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Geometry\Shape; diff --git a/Math/Integral/Gauss.php b/Math/Integral/Gauss.php index 5618df6ba..1f4893a3b 100644 --- a/Math/Integral/Gauss.php +++ b/Math/Integral/Gauss.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Integral; diff --git a/Math/Matrix/CholeskyDecomposition.php b/Math/Matrix/CholeskyDecomposition.php index db2fad264..757f4aefd 100644 --- a/Math/Matrix/CholeskyDecomposition.php +++ b/Math/Matrix/CholeskyDecomposition.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/Exception/InvalidDimensionException.php b/Math/Matrix/Exception/InvalidDimensionException.php index a63fb845b..b397fe94e 100644 --- a/Math/Matrix/Exception/InvalidDimensionException.php +++ b/Math/Matrix/Exception/InvalidDimensionException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix\Exception; diff --git a/Math/Matrix/IdentityMatrix.php b/Math/Matrix/IdentityMatrix.php index 7db5b21ac..eeb7a272a 100644 --- a/Math/Matrix/IdentityMatrix.php +++ b/Math/Matrix/IdentityMatrix.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/InverseType.php b/Math/Matrix/InverseType.php index d58908585..441155a97 100644 --- a/Math/Matrix/InverseType.php +++ b/Math/Matrix/InverseType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/LUDecomposition.php b/Math/Matrix/LUDecomposition.php index 2924ec455..9dd99fe5f 100644 --- a/Math/Matrix/LUDecomposition.php +++ b/Math/Matrix/LUDecomposition.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/Matrix.php b/Math/Matrix/Matrix.php index c1ef2e473..9c662391a 100644 --- a/Math/Matrix/Matrix.php +++ b/Math/Matrix/Matrix.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/QRDecomposition.php b/Math/Matrix/QRDecomposition.php index bdbb71e84..5e38f25c1 100644 --- a/Math/Matrix/QRDecomposition.php +++ b/Math/Matrix/QRDecomposition.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Matrix/Vector.php b/Math/Matrix/Vector.php index 7bae8060e..e43935b40 100644 --- a/Math/Matrix/Vector.php +++ b/Math/Matrix/Vector.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Matrix; diff --git a/Math/Number/Complex.php b/Math/Number/Complex.php index 1e45f3436..70efb5a84 100644 --- a/Math/Number/Complex.php +++ b/Math/Number/Complex.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Integer.php b/Math/Number/Integer.php index 992b2138d..0f0dfbb1d 100644 --- a/Math/Number/Integer.php +++ b/Math/Number/Integer.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Irrational.php b/Math/Number/Irrational.php index 8e6ececc5..0e4d516ae 100644 --- a/Math/Number/Irrational.php +++ b/Math/Number/Irrational.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Natural.php b/Math/Number/Natural.php index 0cd79144f..c5482bff3 100644 --- a/Math/Number/Natural.php +++ b/Math/Number/Natural.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/NumberType.php b/Math/Number/NumberType.php index 8aac5675a..5cc94ceae 100644 --- a/Math/Number/NumberType.php +++ b/Math/Number/NumberType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Numbers.php b/Math/Number/Numbers.php index c82304bf7..624b9f8d1 100644 --- a/Math/Number/Numbers.php +++ b/Math/Number/Numbers.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/OperationInterface.php b/Math/Number/OperationInterface.php index 0e6082435..c57811a59 100644 --- a/Math/Number/OperationInterface.php +++ b/Math/Number/OperationInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Prime.php b/Math/Number/Prime.php index a8e5ad977..2c8027598 100644 --- a/Math/Number/Prime.php +++ b/Math/Number/Prime.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Rational.php b/Math/Number/Rational.php index b09b21f8b..bd92c5ba8 100644 --- a/Math/Number/Rational.php +++ b/Math/Number/Rational.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Number/Real.php b/Math/Number/Real.php index 64af2f956..31edee905 100644 --- a/Math/Number/Real.php +++ b/Math/Number/Real.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Number; diff --git a/Math/Numerics/Interpolation/CubicSplineInterpolation.php b/Math/Numerics/Interpolation/CubicSplineInterpolation.php index 84f1b5a01..7221b41b4 100644 --- a/Math/Numerics/Interpolation/CubicSplineInterpolation.php +++ b/Math/Numerics/Interpolation/CubicSplineInterpolation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Numerics\Interpolation; diff --git a/Math/Numerics/Interpolation/LinearInterpolation.php b/Math/Numerics/Interpolation/LinearInterpolation.php index 6ef4109b8..cd71cf7d0 100644 --- a/Math/Numerics/Interpolation/LinearInterpolation.php +++ b/Math/Numerics/Interpolation/LinearInterpolation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Numerics\Interpolation; diff --git a/Math/Numerics/Interpolation/PolynomialInterpolation.php b/Math/Numerics/Interpolation/PolynomialInterpolation.php index b9caea664..68e06f631 100644 --- a/Math/Numerics/Interpolation/PolynomialInterpolation.php +++ b/Math/Numerics/Interpolation/PolynomialInterpolation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Numerics\Interpolation; diff --git a/Math/Optimization/GeneticAlgorithmInterface.php b/Math/Optimization/GeneticAlgorithmInterface.php index 6705ea7ee..da552a73e 100644 --- a/Math/Optimization/GeneticAlgorithmInterface.php +++ b/Math/Optimization/GeneticAlgorithmInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization; diff --git a/Math/Optimization/Graph/Dijkstra.php b/Math/Optimization/Graph/Dijkstra.php index 49ca19e1f..a512e16c6 100644 --- a/Math/Optimization/Graph/Dijkstra.php +++ b/Math/Optimization/Graph/Dijkstra.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; class Dijkstra diff --git a/Math/Optimization/Graph/EdgeInterface.php b/Math/Optimization/Graph/EdgeInterface.php index 937648621..374bcc453 100644 --- a/Math/Optimization/Graph/EdgeInterface.php +++ b/Math/Optimization/Graph/EdgeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Graph/FloydWarshall.php b/Math/Optimization/Graph/FloydWarshall.php index 1257aabe9..d255ba96e 100644 --- a/Math/Optimization/Graph/FloydWarshall.php +++ b/Math/Optimization/Graph/FloydWarshall.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; class FloydWarshall diff --git a/Math/Optimization/Graph/NullEdge.php b/Math/Optimization/Graph/NullEdge.php index 27c324783..8a0e313fd 100644 --- a/Math/Optimization/Graph/NullEdge.php +++ b/Math/Optimization/Graph/NullEdge.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Graph/NullVertice.php b/Math/Optimization/Graph/NullVertice.php index 19cb5c5f0..b2c88a2b5 100644 --- a/Math/Optimization/Graph/NullVertice.php +++ b/Math/Optimization/Graph/NullVertice.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Graph/VerticeInterface.php b/Math/Optimization/Graph/VerticeInterface.php index 4724b5ceb..ca66edbd1 100644 --- a/Math/Optimization/Graph/VerticeInterface.php +++ b/Math/Optimization/Graph/VerticeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Graph; diff --git a/Math/Optimization/Knappsack/Backpack.php b/Math/Optimization/Knappsack/Backpack.php index eb15addd1..4c999eb91 100644 --- a/Math/Optimization/Knappsack/Backpack.php +++ b/Math/Optimization/Knappsack/Backpack.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class Backpack diff --git a/Math/Optimization/Knappsack/BruteForce.php b/Math/Optimization/Knappsack/BruteForce.php index 8887394d1..f0a2cbcfa 100644 --- a/Math/Optimization/Knappsack/BruteForce.php +++ b/Math/Optimization/Knappsack/BruteForce.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class BruteForce diff --git a/Math/Optimization/Knappsack/GA.php b/Math/Optimization/Knappsack/GA.php index c01faddf3..016bcc678 100644 --- a/Math/Optimization/Knappsack/GA.php +++ b/Math/Optimization/Knappsack/GA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class GA diff --git a/Math/Optimization/Knappsack/Item.php b/Math/Optimization/Knappsack/Item.php index 2b396d108..538037980 100644 --- a/Math/Optimization/Knappsack/Item.php +++ b/Math/Optimization/Knappsack/Item.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class Item diff --git a/Math/Optimization/Knappsack/ItemPool.php b/Math/Optimization/Knappsack/ItemPool.php index 676ad5780..f67633192 100644 --- a/Math/Optimization/Knappsack/ItemPool.php +++ b/Math/Optimization/Knappsack/ItemPool.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class ItemPool diff --git a/Math/Optimization/Knappsack/Population.php b/Math/Optimization/Knappsack/Population.php index eeb6f279c..69778ed14 100644 --- a/Math/Optimization/Knappsack/Population.php +++ b/Math/Optimization/Knappsack/Population.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\Knappsack; class Population diff --git a/Math/Optimization/ShiftScheduling/BruteForce.php b/Math/Optimization/ShiftScheduling/BruteForce.php index 2e23e980f..b6485cf09 100644 --- a/Math/Optimization/ShiftScheduling/BruteForce.php +++ b/Math/Optimization/ShiftScheduling/BruteForce.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class BruteForce diff --git a/Math/Optimization/ShiftScheduling/GA.php b/Math/Optimization/ShiftScheduling/GA.php index 86560a2b3..2f28445ff 100644 --- a/Math/Optimization/ShiftScheduling/GA.php +++ b/Math/Optimization/ShiftScheduling/GA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class GA diff --git a/Math/Optimization/ShiftScheduling/Population.php b/Math/Optimization/ShiftScheduling/Population.php index ab8bad8c1..cc82abb7d 100644 --- a/Math/Optimization/ShiftScheduling/Population.php +++ b/Math/Optimization/ShiftScheduling/Population.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class Population diff --git a/Math/Optimization/ShiftScheduling/Workday.php b/Math/Optimization/ShiftScheduling/Workday.php index 482bd43b0..2867b6e10 100644 --- a/Math/Optimization/ShiftScheduling/Workday.php +++ b/Math/Optimization/ShiftScheduling/Workday.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class Workday diff --git a/Math/Optimization/ShiftScheduling/Worker.php b/Math/Optimization/ShiftScheduling/Worker.php index 2dae946b4..7d94772ca 100644 --- a/Math/Optimization/ShiftScheduling/Worker.php +++ b/Math/Optimization/ShiftScheduling/Worker.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class Worker diff --git a/Math/Optimization/ShiftScheduling/WorkerPool.php b/Math/Optimization/ShiftScheduling/WorkerPool.php index 64bb3fadd..891819d30 100644 --- a/Math/Optimization/ShiftScheduling/WorkerPool.php +++ b/Math/Optimization/ShiftScheduling/WorkerPool.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\ShiftScheduling; class WorkerPool diff --git a/Math/Optimization/TSP/BruteForce.php b/Math/Optimization/TSP/BruteForce.php index 16a67e3ec..bfefcfb9f 100644 --- a/Math/Optimization/TSP/BruteForce.php +++ b/Math/Optimization/TSP/BruteForce.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Optimization/TSP/City.php b/Math/Optimization/TSP/City.php index d2e45f0f7..3b27a6a88 100644 --- a/Math/Optimization/TSP/City.php +++ b/Math/Optimization/TSP/City.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Optimization/TSP/CityPool.php b/Math/Optimization/TSP/CityPool.php index 3a3ede868..5e7002bd1 100644 --- a/Math/Optimization/TSP/CityPool.php +++ b/Math/Optimization/TSP/CityPool.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Optimization/TSP/GA.php b/Math/Optimization/TSP/GA.php index 0cb2a85b6..cbf3169ca 100644 --- a/Math/Optimization/TSP/GA.php +++ b/Math/Optimization/TSP/GA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Optimization/TSP/Population.php b/Math/Optimization/TSP/Population.php index 52e9bb0a3..7ebecb109 100644 --- a/Math/Optimization/TSP/Population.php +++ b/Math/Optimization/TSP/Population.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Optimization/TSP/Tour.php b/Math/Optimization/TSP/Tour.php index a3b719603..4730099a9 100644 --- a/Math/Optimization/TSP/Tour.php +++ b/Math/Optimization/TSP/Tour.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Optimization\TSP; diff --git a/Math/Parser/Evaluator.php b/Math/Parser/Evaluator.php index ce78cc437..cdeefc80d 100644 --- a/Math/Parser/Evaluator.php +++ b/Math/Parser/Evaluator.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Parser; diff --git a/Math/Statistic/Average.php b/Math/Statistic/Average.php index afd73e357..4438725b9 100644 --- a/Math/Statistic/Average.php +++ b/Math/Statistic/Average.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic; diff --git a/Math/Statistic/Basic.php b/Math/Statistic/Basic.php index 090e01cae..8b99cf95b 100644 --- a/Math/Statistic/Basic.php +++ b/Math/Statistic/Basic.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic; diff --git a/Math/Statistic/Correlation.php b/Math/Statistic/Correlation.php index 509118b66..e93e93f87 100644 --- a/Math/Statistic/Correlation.php +++ b/Math/Statistic/Correlation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic; diff --git a/Math/Statistic/Forecast/Error.php b/Math/Statistic/Forecast/Error.php index 43792db3c..e885d1bce 100644 --- a/Math/Statistic/Forecast/Error.php +++ b/Math/Statistic/Forecast/Error.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast; diff --git a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php index a8bddc0fa..960a16b1b 100644 --- a/Math/Statistic/Forecast/ForecastIntervalMultiplier.php +++ b/Math/Statistic/Forecast/ForecastIntervalMultiplier.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast; diff --git a/Math/Statistic/Forecast/Forecasts.php b/Math/Statistic/Forecast/Forecasts.php index 6f7765c72..87a4e06c1 100644 --- a/Math/Statistic/Forecast/Forecasts.php +++ b/Math/Statistic/Forecast/Forecasts.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast; diff --git a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php index 09cffb4d0..64ecbfeb8 100644 --- a/Math/Statistic/Forecast/Regression/LevelLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLevelRegression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; diff --git a/Math/Statistic/Forecast/Regression/LevelLogRegression.php b/Math/Statistic/Forecast/Regression/LevelLogRegression.php index 94cd2d309..cbc7fbccb 100644 --- a/Math/Statistic/Forecast/Regression/LevelLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LevelLogRegression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; diff --git a/Math/Statistic/Forecast/Regression/LogLevelRegression.php b/Math/Statistic/Forecast/Regression/LogLevelRegression.php index c7e99a0ef..2fd5ab87d 100644 --- a/Math/Statistic/Forecast/Regression/LogLevelRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLevelRegression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; diff --git a/Math/Statistic/Forecast/Regression/LogLogRegression.php b/Math/Statistic/Forecast/Regression/LogLogRegression.php index fb0f20680..8f8bfa1e7 100644 --- a/Math/Statistic/Forecast/Regression/LogLogRegression.php +++ b/Math/Statistic/Forecast/Regression/LogLogRegression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; diff --git a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php index ad4781be4..d68611f1b 100644 --- a/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php +++ b/Math/Statistic/Forecast/Regression/MultipleLinearRegression.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; use phpOMS\Math\Matrix\Matrix; diff --git a/Math/Statistic/Forecast/Regression/RegressionAbstract.php b/Math/Statistic/Forecast/Regression/RegressionAbstract.php index 8c4068702..446f73954 100644 --- a/Math/Statistic/Forecast/Regression/RegressionAbstract.php +++ b/Math/Statistic/Forecast/Regression/RegressionAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic\Forecast\Regression; use phpOMS\Math\Statistic\Average; diff --git a/Math/Statistic/MeasureOfDispersion.php b/Math/Statistic/MeasureOfDispersion.php index b74d931ec..26ec3a129 100644 --- a/Math/Statistic/MeasureOfDispersion.php +++ b/Math/Statistic/MeasureOfDispersion.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Statistic; diff --git a/Math/Stochastic/Distribution/BernoulliDistribution.php b/Math/Stochastic/Distribution/BernoulliDistribution.php index 6a6e8dcae..b958fc0fe 100644 --- a/Math/Stochastic/Distribution/BernoulliDistribution.php +++ b/Math/Stochastic/Distribution/BernoulliDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/BetaDistribution.php b/Math/Stochastic/Distribution/BetaDistribution.php index e3e9a5598..23164d5ba 100644 --- a/Math/Stochastic/Distribution/BetaDistribution.php +++ b/Math/Stochastic/Distribution/BetaDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class BetaDistribution diff --git a/Math/Stochastic/Distribution/BinomialDistribution.php b/Math/Stochastic/Distribution/BinomialDistribution.php index 1dbb1bb74..fcb649a0f 100644 --- a/Math/Stochastic/Distribution/BinomialDistribution.php +++ b/Math/Stochastic/Distribution/BinomialDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/CauchyDistribution.php b/Math/Stochastic/Distribution/CauchyDistribution.php index 91347b973..24f77c8d5 100644 --- a/Math/Stochastic/Distribution/CauchyDistribution.php +++ b/Math/Stochastic/Distribution/CauchyDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/ChiSquaredDistribution.php b/Math/Stochastic/Distribution/ChiSquaredDistribution.php index 0a7afa1d8..54fe8e336 100644 --- a/Math/Stochastic/Distribution/ChiSquaredDistribution.php +++ b/Math/Stochastic/Distribution/ChiSquaredDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/ExponentialDistribution.php b/Math/Stochastic/Distribution/ExponentialDistribution.php index 237c62eb7..dd52d24a7 100644 --- a/Math/Stochastic/Distribution/ExponentialDistribution.php +++ b/Math/Stochastic/Distribution/ExponentialDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/FDistribution.php b/Math/Stochastic/Distribution/FDistribution.php index df308127b..2e4b1db07 100644 --- a/Math/Stochastic/Distribution/FDistribution.php +++ b/Math/Stochastic/Distribution/FDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class FDistribution diff --git a/Math/Stochastic/Distribution/GammaDistribution.php b/Math/Stochastic/Distribution/GammaDistribution.php index 10fc9d628..ec473a311 100644 --- a/Math/Stochastic/Distribution/GammaDistribution.php +++ b/Math/Stochastic/Distribution/GammaDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class GammaDistribution diff --git a/Math/Stochastic/Distribution/GeometricDistribution.php b/Math/Stochastic/Distribution/GeometricDistribution.php index 15ac256bd..80da95c89 100644 --- a/Math/Stochastic/Distribution/GeometricDistribution.php +++ b/Math/Stochastic/Distribution/GeometricDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/HypergeometricDistribution.php b/Math/Stochastic/Distribution/HypergeometricDistribution.php index c7df59a02..05d4ef4d6 100644 --- a/Math/Stochastic/Distribution/HypergeometricDistribution.php +++ b/Math/Stochastic/Distribution/HypergeometricDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class HypergeometricDistribution diff --git a/Math/Stochastic/Distribution/LaplaceDistribution.php b/Math/Stochastic/Distribution/LaplaceDistribution.php index 61b32d8dd..bba8d5089 100644 --- a/Math/Stochastic/Distribution/LaplaceDistribution.php +++ b/Math/Stochastic/Distribution/LaplaceDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/LogDistribution.php b/Math/Stochastic/Distribution/LogDistribution.php index f1c3749af..95a454b8b 100644 --- a/Math/Stochastic/Distribution/LogDistribution.php +++ b/Math/Stochastic/Distribution/LogDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class LogDistribution diff --git a/Math/Stochastic/Distribution/LogNormalDistribution.php b/Math/Stochastic/Distribution/LogNormalDistribution.php index 5aa64e3db..ee3e9dd8a 100644 --- a/Math/Stochastic/Distribution/LogNormalDistribution.php +++ b/Math/Stochastic/Distribution/LogNormalDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class LogNormalDistribution diff --git a/Math/Stochastic/Distribution/LogisticDistribution.php b/Math/Stochastic/Distribution/LogisticDistribution.php index 482364c66..75022a33f 100644 --- a/Math/Stochastic/Distribution/LogisticDistribution.php +++ b/Math/Stochastic/Distribution/LogisticDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class LogisticDistribution diff --git a/Math/Stochastic/Distribution/NormalDistribution.php b/Math/Stochastic/Distribution/NormalDistribution.php index 6a8c45631..4a7c7e184 100644 --- a/Math/Stochastic/Distribution/NormalDistribution.php +++ b/Math/Stochastic/Distribution/NormalDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/ParetoDistribution.php b/Math/Stochastic/Distribution/ParetoDistribution.php index 7464a7c1f..20370e030 100644 --- a/Math/Stochastic/Distribution/ParetoDistribution.php +++ b/Math/Stochastic/Distribution/ParetoDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class ParetoDistribution diff --git a/Math/Stochastic/Distribution/PoissonDistribution.php b/Math/Stochastic/Distribution/PoissonDistribution.php index e901576fa..d179d1e29 100644 --- a/Math/Stochastic/Distribution/PoissonDistribution.php +++ b/Math/Stochastic/Distribution/PoissonDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/TDistribution.php b/Math/Stochastic/Distribution/TDistribution.php index 19f51ae9e..896bab1f6 100644 --- a/Math/Stochastic/Distribution/TDistribution.php +++ b/Math/Stochastic/Distribution/TDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class TDistribution diff --git a/Math/Stochastic/Distribution/UniformDistributionContinuous.php b/Math/Stochastic/Distribution/UniformDistributionContinuous.php index cc90f439d..7a3dfa21b 100644 --- a/Math/Stochastic/Distribution/UniformDistributionContinuous.php +++ b/Math/Stochastic/Distribution/UniformDistributionContinuous.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php index 93fbe39a6..844980202 100644 --- a/Math/Stochastic/Distribution/UniformDistributionDiscrete.php +++ b/Math/Stochastic/Distribution/UniformDistributionDiscrete.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; diff --git a/Math/Stochastic/Distribution/WeibullDistribution.php b/Math/Stochastic/Distribution/WeibullDistribution.php index 9b7e8296e..8b62f3528 100644 --- a/Math/Stochastic/Distribution/WeibullDistribution.php +++ b/Math/Stochastic/Distribution/WeibullDistribution.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic\Distribution; class WeibullDistribution diff --git a/Math/Stochastic/NaiveBayesFilter.php b/Math/Stochastic/NaiveBayesFilter.php index e16a98450..1f946b66d 100644 --- a/Math/Stochastic/NaiveBayesFilter.php +++ b/Math/Stochastic/NaiveBayesFilter.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Math\Stochastic; /** * Bernulli distribution. diff --git a/Message/HeaderAbstract.php b/Message/HeaderAbstract.php index dc7881e8b..100f1788b 100644 --- a/Message/HeaderAbstract.php +++ b/Message/HeaderAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/Http/BrowserType.php b/Message/Http/BrowserType.php index 1fa9b75dd..84139d58a 100644 --- a/Message/Http/BrowserType.php +++ b/Message/Http/BrowserType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/Header.php b/Message/Http/Header.php index b5d9e4330..b98838959 100644 --- a/Message/Http/Header.php +++ b/Message/Http/Header.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/OSType.php b/Message/Http/OSType.php index 3c5c76f66..6e7bb3bbd 100644 --- a/Message/Http/OSType.php +++ b/Message/Http/OSType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/Request.php b/Message/Http/Request.php index 53eb4408e..5e30c70cf 100644 --- a/Message/Http/Request.php +++ b/Message/Http/Request.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/RequestMethod.php b/Message/Http/RequestMethod.php index d68d133cf..e7441f3bb 100644 --- a/Message/Http/RequestMethod.php +++ b/Message/Http/RequestMethod.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/RequestStatus.php b/Message/Http/RequestStatus.php index 0a573911a..63a9fc562 100644 --- a/Message/Http/RequestStatus.php +++ b/Message/Http/RequestStatus.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/RequestStatusCode.php b/Message/Http/RequestStatusCode.php index 2d45d292c..c35bc72b0 100644 --- a/Message/Http/RequestStatusCode.php +++ b/Message/Http/RequestStatusCode.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; use phpOMS\Stdlib\Base\Enum; diff --git a/Message/Http/Response.php b/Message/Http/Response.php index deeb020e4..3eb1e957a 100644 --- a/Message/Http/Response.php +++ b/Message/Http/Response.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Http/Rest.php b/Message/Http/Rest.php index 9feff40d1..ebdd8f2a3 100644 --- a/Message/Http/Rest.php +++ b/Message/Http/Rest.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Http; diff --git a/Message/Mail/EmailAbstract.php b/Message/Mail/EmailAbstract.php index 7ec52fb59..404dc95e1 100644 --- a/Message/Mail/EmailAbstract.php +++ b/Message/Mail/EmailAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Mail; diff --git a/Message/Mail/Imap.php b/Message/Mail/Imap.php index 4e19db672..82386a536 100644 --- a/Message/Mail/Imap.php +++ b/Message/Mail/Imap.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Mail; diff --git a/Message/Mail/Mail.php b/Message/Mail/Mail.php index bc52fb4c5..5e2b5a692 100644 --- a/Message/Mail/Mail.php +++ b/Message/Mail/Mail.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Mail; diff --git a/Message/Mail/Nntp.php b/Message/Mail/Nntp.php index a0a905d23..00288ccb1 100644 --- a/Message/Mail/Nntp.php +++ b/Message/Mail/Nntp.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Mail; diff --git a/Message/Mail/Pop3.php b/Message/Mail/Pop3.php index 38830a32d..73194dc50 100644 --- a/Message/Mail/Pop3.php +++ b/Message/Mail/Pop3.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Mail; diff --git a/Message/MessageInterface.php b/Message/MessageInterface.php index 071b36133..26b44b901 100644 --- a/Message/MessageInterface.php +++ b/Message/MessageInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/RequestAbstract.php b/Message/RequestAbstract.php index eeedc7a40..4b1036ed4 100644 --- a/Message/RequestAbstract.php +++ b/Message/RequestAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/RequestSource.php b/Message/RequestSource.php index 3b30da6df..e3d7c1051 100644 --- a/Message/RequestSource.php +++ b/Message/RequestSource.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/ResponseAbstract.php b/Message/ResponseAbstract.php index a721adc5b..05caf91b1 100644 --- a/Message/ResponseAbstract.php +++ b/Message/ResponseAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/ResponseType.php b/Message/ResponseType.php index 5681897b8..af85a9a89 100644 --- a/Message/ResponseType.php +++ b/Message/ResponseType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Message/Socket/Request.php b/Message/Socket/Request.php index e44169e2b..81399aa45 100644 --- a/Message/Socket/Request.php +++ b/Message/Socket/Request.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Socket; class Request diff --git a/Message/Socket/Response.php b/Message/Socket/Response.php index df4a9bfcd..51c59782f 100644 --- a/Message/Socket/Response.php +++ b/Message/Socket/Response.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message\Socket; class Response diff --git a/Message/UploadedFileInterface.php b/Message/UploadedFileInterface.php index 2ab08acb7..d0966c51d 100644 --- a/Message/UploadedFileInterface.php +++ b/Message/UploadedFileInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Message; diff --git a/Model/Html/Head.php b/Model/Html/Head.php index 250d10f80..f49e49399 100644 --- a/Model/Html/Head.php +++ b/Model/Html/Head.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Model\Html; diff --git a/Model/Html/Meta.php b/Model/Html/Meta.php index 1725be601..f1700b0c6 100644 --- a/Model/Html/Meta.php +++ b/Model/Html/Meta.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Model\Html; diff --git a/Module/ActivateAbstract.php b/Module/ActivateAbstract.php index 91957ea00..ddebdc2f5 100644 --- a/Module/ActivateAbstract.php +++ b/Module/ActivateAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/ConsoleInterface.php b/Module/ConsoleInterface.php index e84fad460..9a1c4bd52 100644 --- a/Module/ConsoleInterface.php +++ b/Module/ConsoleInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/DeactivateAbstract.php b/Module/DeactivateAbstract.php index 1e3f3b763..fdab8e29b 100644 --- a/Module/DeactivateAbstract.php +++ b/Module/DeactivateAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/Exception/InvalidModuleException.php b/Module/Exception/InvalidModuleException.php index 0ffdab349..7dcf5bfb5 100644 --- a/Module/Exception/InvalidModuleException.php +++ b/Module/Exception/InvalidModuleException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module\Exception; diff --git a/Module/Exception/InvalidThemeException.php b/Module/Exception/InvalidThemeException.php index bfe872281..8beb5257b 100644 --- a/Module/Exception/InvalidThemeException.php +++ b/Module/Exception/InvalidThemeException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module\Exception; diff --git a/Module/InfoManager.php b/Module/InfoManager.php index f7ff08fef..1bc973213 100644 --- a/Module/InfoManager.php +++ b/Module/InfoManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/InstallerAbstract.php b/Module/InstallerAbstract.php index 8dbf6e88b..81c5ed3ce 100644 --- a/Module/InstallerAbstract.php +++ b/Module/InstallerAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/ModuleAbstract.php b/Module/ModuleAbstract.php index 8e4aa87dc..dc24dc954 100644 --- a/Module/ModuleAbstract.php +++ b/Module/ModuleAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/ModuleFactory.php b/Module/ModuleFactory.php index 338d2852d..b2e996862 100644 --- a/Module/ModuleFactory.php +++ b/Module/ModuleFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/ModuleManager.php b/Module/ModuleManager.php index 9af363de9..10d31af02 100644 --- a/Module/ModuleManager.php +++ b/Module/ModuleManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/NullModule.php b/Module/NullModule.php index 54a919db3..78ac1e699 100644 --- a/Module/NullModule.php +++ b/Module/NullModule.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/PackageManager.php b/Module/PackageManager.php index b7271ba02..b1a3a79e1 100644 --- a/Module/PackageManager.php +++ b/Module/PackageManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/SocketInterface.php b/Module/SocketInterface.php index 7a81858a2..a82d17b5e 100644 --- a/Module/SocketInterface.php +++ b/Module/SocketInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/UninstallAbstract.php b/Module/UninstallAbstract.php index 8bce9306f..4a1c7d52c 100644 --- a/Module/UninstallAbstract.php +++ b/Module/UninstallAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/UpdateAbstract.php b/Module/UpdateAbstract.php index 2bc826f9f..af8b503f3 100644 --- a/Module/UpdateAbstract.php +++ b/Module/UpdateAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Module/WebInterface.php b/Module/WebInterface.php index f1e95509f..6f1b3726a 100644 --- a/Module/WebInterface.php +++ b/Module/WebInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Module; diff --git a/Pattern/Mediator.php b/Pattern/Mediator.php index 97eda8ce4..261fa5550 100644 --- a/Pattern/Mediator.php +++ b/Pattern/Mediator.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Pattern; diff --git a/Pattern/Multition.php b/Pattern/Multition.php index d575ebf5d..19924a69e 100644 --- a/Pattern/Multition.php +++ b/Pattern/Multition.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Pattern; diff --git a/Pattern/Observer.php b/Pattern/Observer.php index cb32fd7fb..538328aa0 100644 --- a/Pattern/Observer.php +++ b/Pattern/Observer.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Pattern; diff --git a/Pattern/Singleton.php b/Pattern/Singleton.php index 72f7f6e21..861f143b7 100644 --- a/Pattern/Singleton.php +++ b/Pattern/Singleton.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Pattern; diff --git a/Pattern/Subject.php b/Pattern/Subject.php index 31641d3b7..e74cc568e 100644 --- a/Pattern/Subject.php +++ b/Pattern/Subject.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Pattern; diff --git a/Router/RouteVerb.php b/Router/RouteVerb.php index 4c36d6732..611835779 100644 --- a/Router/RouteVerb.php +++ b/Router/RouteVerb.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Router; diff --git a/Router/Router.php b/Router/Router.php index 7624fdf9c..d86e6aaf5 100644 --- a/Router/Router.php +++ b/Router/Router.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Router; diff --git a/Security/Encryption/Encryption.php b/Security/Encryption/Encryption.php index 16cdd1ff4..defd40f1a 100644 --- a/Security/Encryption/Encryption.php +++ b/Security/Encryption/Encryption.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Security\Encryption; diff --git a/Socket/Client/Client.php b/Socket/Client/Client.php index fcd2b9d1f..aed92a327 100644 --- a/Socket/Client/Client.php +++ b/Socket/Client/Client.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Client; diff --git a/Socket/Client/ClientConnection.php b/Socket/Client/ClientConnection.php index 8897cbf68..0bff3ff47 100644 --- a/Socket/Client/ClientConnection.php +++ b/Socket/Client/ClientConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Client; diff --git a/Socket/Client/NullClientConnection.php b/Socket/Client/NullClientConnection.php index 531405d99..a0bcf705e 100644 --- a/Socket/Client/NullClientConnection.php +++ b/Socket/Client/NullClientConnection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Client; diff --git a/Socket/CommandManager.php b/Socket/CommandManager.php index 3d3462358..ba0cb9dd2 100644 --- a/Socket/CommandManager.php +++ b/Socket/CommandManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket; diff --git a/Socket/Packets/Header.php b/Socket/Packets/Header.php index 2e28616e8..0dbdca45d 100644 --- a/Socket/Packets/Header.php +++ b/Socket/Packets/Header.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Packets; diff --git a/Socket/Packets/PacketAbstract.php b/Socket/Packets/PacketAbstract.php index 8a9455db2..e289ede2c 100644 --- a/Socket/Packets/PacketAbstract.php +++ b/Socket/Packets/PacketAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Packets; diff --git a/Socket/Packets/PacketManager.php b/Socket/Packets/PacketManager.php index 4753c2684..7a3d6f456 100644 --- a/Socket/Packets/PacketManager.php +++ b/Socket/Packets/PacketManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Packets; diff --git a/Socket/Packets/PacketType.php b/Socket/Packets/PacketType.php index 62011fde1..761f7c8c2 100644 --- a/Socket/Packets/PacketType.php +++ b/Socket/Packets/PacketType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Packets; diff --git a/Socket/Server/ClientManager.php b/Socket/Server/ClientManager.php index 4b1f2a732..d6ee215e4 100644 --- a/Socket/Server/ClientManager.php +++ b/Socket/Server/ClientManager.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Server; diff --git a/Socket/Server/Server.php b/Socket/Server/Server.php index eacdcdd9c..047a94509 100644 --- a/Socket/Server/Server.php +++ b/Socket/Server/Server.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket\Server; diff --git a/Socket/SocketAbstract.php b/Socket/SocketAbstract.php index 973b495a7..213b2d6b2 100644 --- a/Socket/SocketAbstract.php +++ b/Socket/SocketAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket; diff --git a/Socket/SocketInterface.php b/Socket/SocketInterface.php index 1640a5329..6bc8ee629 100644 --- a/Socket/SocketInterface.php +++ b/Socket/SocketInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket; diff --git a/Socket/SocketType.php b/Socket/SocketType.php index 94008f57d..8d3b689df 100644 --- a/Socket/SocketType.php +++ b/Socket/SocketType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Socket; diff --git a/Stdlib/Base/Address.php b/Stdlib/Base/Address.php index 58192c2d4..6b2d125f1 100644 --- a/Stdlib/Base/Address.php +++ b/Stdlib/Base/Address.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/AddressType.php b/Stdlib/Base/AddressType.php index f33b460ba..81f68fe46 100644 --- a/Stdlib/Base/AddressType.php +++ b/Stdlib/Base/AddressType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/Enum.php b/Stdlib/Base/Enum.php index abaaed0d1..357252dc6 100644 --- a/Stdlib/Base/Enum.php +++ b/Stdlib/Base/Enum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/EnumArray.php b/Stdlib/Base/EnumArray.php index 76637b2c9..419c3a5a2 100644 --- a/Stdlib/Base/EnumArray.php +++ b/Stdlib/Base/EnumArray.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/ExactFloat.php b/Stdlib/Base/ExactFloat.php index 07f1cfc0e..d59902285 100644 --- a/Stdlib/Base/ExactFloat.php +++ b/Stdlib/Base/ExactFloat.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/Exception/InvalidEnumName.php b/Stdlib/Base/Exception/InvalidEnumName.php index a15dfa205..a18deabdc 100644 --- a/Stdlib/Base/Exception/InvalidEnumName.php +++ b/Stdlib/Base/Exception/InvalidEnumName.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base\Exception; diff --git a/Stdlib/Base/Exception/InvalidEnumValue.php b/Stdlib/Base/Exception/InvalidEnumValue.php index fb2a8ef2f..24162373e 100644 --- a/Stdlib/Base/Exception/InvalidEnumValue.php +++ b/Stdlib/Base/Exception/InvalidEnumValue.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base\Exception; diff --git a/Stdlib/Base/Iban.php b/Stdlib/Base/Iban.php index 917cece85..4cdb10f6a 100644 --- a/Stdlib/Base/Iban.php +++ b/Stdlib/Base/Iban.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/Location.php b/Stdlib/Base/Location.php index c26de4f17..a348b9862 100644 --- a/Stdlib/Base/Location.php +++ b/Stdlib/Base/Location.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/NullLocation.php b/Stdlib/Base/NullLocation.php index 060c35d83..6cd8cf87f 100644 --- a/Stdlib/Base/NullLocation.php +++ b/Stdlib/Base/NullLocation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/PhoneType.php b/Stdlib/Base/PhoneType.php index f099ce37a..dbcf64f74 100644 --- a/Stdlib/Base/PhoneType.php +++ b/Stdlib/Base/PhoneType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Base/SmartDateTime.php b/Stdlib/Base/SmartDateTime.php index bcba717e2..f442a6318 100644 --- a/Stdlib/Base/SmartDateTime.php +++ b/Stdlib/Base/SmartDateTime.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Base; diff --git a/Stdlib/Collection/Collection.php b/Stdlib/Collection/Collection.php index d5b23ab53..85050f7e3 100644 --- a/Stdlib/Collection/Collection.php +++ b/Stdlib/Collection/Collection.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Collection; diff --git a/Stdlib/Graph/BinaryTree.php b/Stdlib/Graph/BinaryTree.php index b9b04c25d..e9aa02039 100644 --- a/Stdlib/Graph/BinaryTree.php +++ b/Stdlib/Graph/BinaryTree.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Graph; diff --git a/Stdlib/Graph/Edge.php b/Stdlib/Graph/Edge.php index 3ce06ca2d..3310a2b93 100644 --- a/Stdlib/Graph/Edge.php +++ b/Stdlib/Graph/Edge.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Graph; diff --git a/Stdlib/Graph/Graph.php b/Stdlib/Graph/Graph.php index 78fbddada..27816c629 100644 --- a/Stdlib/Graph/Graph.php +++ b/Stdlib/Graph/Graph.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Graph; diff --git a/Stdlib/Graph/Node.php b/Stdlib/Graph/Node.php index 507b2caa3..fad1b5127 100644 --- a/Stdlib/Graph/Node.php +++ b/Stdlib/Graph/Node.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Graph; diff --git a/Stdlib/Graph/Tree.php b/Stdlib/Graph/Tree.php index a30cdc0db..8e6421790 100644 --- a/Stdlib/Graph/Tree.php +++ b/Stdlib/Graph/Tree.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Graph; diff --git a/Stdlib/Map/KeyType.php b/Stdlib/Map/KeyType.php index 13f304d68..bb4bef103 100644 --- a/Stdlib/Map/KeyType.php +++ b/Stdlib/Map/KeyType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Map; diff --git a/Stdlib/Map/MultiMap.php b/Stdlib/Map/MultiMap.php index 8874296f1..5e769ea72 100644 --- a/Stdlib/Map/MultiMap.php +++ b/Stdlib/Map/MultiMap.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Map; diff --git a/Stdlib/Map/OrderType.php b/Stdlib/Map/OrderType.php index 1dd55d46f..431257ef1 100644 --- a/Stdlib/Map/OrderType.php +++ b/Stdlib/Map/OrderType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Map; diff --git a/Stdlib/Queue/PriorityMode.php b/Stdlib/Queue/PriorityMode.php index 977190f08..a0dd0d31c 100644 --- a/Stdlib/Queue/PriorityMode.php +++ b/Stdlib/Queue/PriorityMode.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Queue; diff --git a/Stdlib/Queue/PriorityQueue.php b/Stdlib/Queue/PriorityQueue.php index c2e91e9f3..e4b8dfccb 100644 --- a/Stdlib/Queue/PriorityQueue.php +++ b/Stdlib/Queue/PriorityQueue.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Stdlib\Queue; diff --git a/System/File/ContainerInterface.php b/System/File/ContainerInterface.php index 5a0af0006..1ff09559d 100644 --- a/System/File/ContainerInterface.php +++ b/System/File/ContainerInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/ContentPutMode.php b/System/File/ContentPutMode.php index a7af7c67a..c7c88b1a1 100644 --- a/System/File/ContentPutMode.php +++ b/System/File/ContentPutMode.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/DirectoryInterface.php b/System/File/DirectoryInterface.php index bf6b52978..6d07252fa 100644 --- a/System/File/DirectoryInterface.php +++ b/System/File/DirectoryInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/ExtensionType.php b/System/File/ExtensionType.php index 7d034ee66..1a39e8392 100644 --- a/System/File/ExtensionType.php +++ b/System/File/ExtensionType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/FileInterface.php b/System/File/FileInterface.php index b794a81b5..6d15fd199 100644 --- a/System/File/FileInterface.php +++ b/System/File/FileInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/FileUtils.php b/System/File/FileUtils.php index d1bd645b9..291e0a863 100644 --- a/System/File/FileUtils.php +++ b/System/File/FileUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/Ftp/Directory.php b/System/File/Ftp/Directory.php index 1bb4e144b..8a92f60b8 100644 --- a/System/File/Ftp/Directory.php +++ b/System/File/Ftp/Directory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Ftp; diff --git a/System/File/Ftp/File.php b/System/File/Ftp/File.php index 94378dbce..1f838e1e9 100644 --- a/System/File/Ftp/File.php +++ b/System/File/Ftp/File.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Ftp; diff --git a/System/File/Ftp/FtpStorage.php b/System/File/Ftp/FtpStorage.php index 7aad853e1..83aaa35fd 100644 --- a/System/File/Ftp/FtpStorage.php +++ b/System/File/Ftp/FtpStorage.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Ftp; use phpOMS\System\File\ContainerInterface; diff --git a/System/File/Local/Directory.php b/System/File/Local/Directory.php index 25f1c2aea..5b17d0879 100644 --- a/System/File/Local/Directory.php +++ b/System/File/Local/Directory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Local; diff --git a/System/File/Local/File.php b/System/File/Local/File.php index 6cd2954fe..c9511472b 100644 --- a/System/File/Local/File.php +++ b/System/File/Local/File.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Local; diff --git a/System/File/Local/FileAbstract.php b/System/File/Local/FileAbstract.php index adbba652b..e428238bd 100644 --- a/System/File/Local/FileAbstract.php +++ b/System/File/Local/FileAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Local; use phpOMS\System\File\ContainerInterface; diff --git a/System/File/Local/LocalStorage.php b/System/File/Local/LocalStorage.php index 8ca0fb2be..ebf3d111b 100644 --- a/System/File/Local/LocalStorage.php +++ b/System/File/Local/LocalStorage.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File\Local; use phpOMS\System\File\StorageAbstract; diff --git a/System/File/PathException.php b/System/File/PathException.php index 5962a5a60..292965548 100644 --- a/System/File/PathException.php +++ b/System/File/PathException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/PermissionException.php b/System/File/PermissionException.php index b42c4f98e..786c06787 100644 --- a/System/File/PermissionException.php +++ b/System/File/PermissionException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/Storage.php b/System/File/Storage.php index f9e3ab017..e29eaf1dc 100644 --- a/System/File/Storage.php +++ b/System/File/Storage.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/File/StorageAbstract.php b/System/File/StorageAbstract.php index 215930f6c..254a5e30d 100644 --- a/System/File/StorageAbstract.php +++ b/System/File/StorageAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System\File; diff --git a/System/MimeType.php b/System/MimeType.php index 1d52aad06..6c935391b 100644 --- a/System/MimeType.php +++ b/System/MimeType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System; diff --git a/System/OperatingSystem.php b/System/OperatingSystem.php index 97ee9766b..51ca50acb 100644 --- a/System/OperatingSystem.php +++ b/System/OperatingSystem.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System; diff --git a/System/SystemType.php b/System/SystemType.php index 24aa27dd2..52e870d21 100644 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System; diff --git a/System/SystemUtils.php b/System/SystemUtils.php index b487aa92b..b81675d6a 100644 --- a/System/SystemUtils.php +++ b/System/SystemUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\System; diff --git a/UnhandledHandler.php b/UnhandledHandler.php index c7595be84..7a6f9cae8 100644 --- a/UnhandledHandler.php +++ b/UnhandledHandler.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS; diff --git a/Uri/Http.php b/Uri/Http.php index 12395aa18..2d937060d 100644 --- a/Uri/Http.php +++ b/Uri/Http.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Uri; diff --git a/Uri/InvalidUriException.php b/Uri/InvalidUriException.php index 9da6c3316..b3c759e02 100644 --- a/Uri/InvalidUriException.php +++ b/Uri/InvalidUriException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Uri; diff --git a/Uri/UriFactory.php b/Uri/UriFactory.php index 1e08c1d75..a633d9d40 100644 --- a/Uri/UriFactory.php +++ b/Uri/UriFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Uri; diff --git a/Uri/UriInterface.php b/Uri/UriInterface.php index 1638df2a4..0b311993b 100644 --- a/Uri/UriInterface.php +++ b/Uri/UriInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Uri; diff --git a/Uri/UriScheme.php b/Uri/UriScheme.php index 1f8f6df2d..5c854437d 100644 --- a/Uri/UriScheme.php +++ b/Uri/UriScheme.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Uri; diff --git a/Utils/ArrayUtils.php b/Utils/ArrayUtils.php index a618f65fe..b5605768d 100644 --- a/Utils/ArrayUtils.php +++ b/Utils/ArrayUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/Barcode/Aztec.php b/Utils/Barcode/Aztec.php index c54bbc73b..548f2ab19 100644 --- a/Utils/Barcode/Aztec.php +++ b/Utils/Barcode/Aztec.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C128Abstract.php b/Utils/Barcode/C128Abstract.php index 135f055f1..f0a84592b 100644 --- a/Utils/Barcode/C128Abstract.php +++ b/Utils/Barcode/C128Abstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C128a.php b/Utils/Barcode/C128a.php index b3d953750..591777085 100644 --- a/Utils/Barcode/C128a.php +++ b/Utils/Barcode/C128a.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C128b.php b/Utils/Barcode/C128b.php index 7b2464130..8023cdbc3 100644 --- a/Utils/Barcode/C128b.php +++ b/Utils/Barcode/C128b.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C128c.php b/Utils/Barcode/C128c.php index 243b734b6..9f41b5c20 100644 --- a/Utils/Barcode/C128c.php +++ b/Utils/Barcode/C128c.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C25.php b/Utils/Barcode/C25.php index 642e70253..3b9b7d860 100644 --- a/Utils/Barcode/C25.php +++ b/Utils/Barcode/C25.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/C39.php b/Utils/Barcode/C39.php index c09e3c7ba..84a8d53c9 100644 --- a/Utils/Barcode/C39.php +++ b/Utils/Barcode/C39.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/Codebar.php b/Utils/Barcode/Codebar.php index 841d0f264..dd34d1dec 100644 --- a/Utils/Barcode/Codebar.php +++ b/Utils/Barcode/Codebar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/Datamatrix.php b/Utils/Barcode/Datamatrix.php index 0cd822e88..0dbbd785d 100644 --- a/Utils/Barcode/Datamatrix.php +++ b/Utils/Barcode/Datamatrix.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/HIBCC.php b/Utils/Barcode/HIBCC.php index 3c20394e3..4aa09952b 100644 --- a/Utils/Barcode/HIBCC.php +++ b/Utils/Barcode/HIBCC.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/OrientationType.php b/Utils/Barcode/OrientationType.php index 38bc5ebb1..144d7e12c 100644 --- a/Utils/Barcode/OrientationType.php +++ b/Utils/Barcode/OrientationType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/Barcode/QR.php b/Utils/Barcode/QR.php index d93397a09..8d6ff8dce 100644 --- a/Utils/Barcode/QR.php +++ b/Utils/Barcode/QR.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Barcode; diff --git a/Utils/ColorUtils.php b/Utils/ColorUtils.php index 51f9a797c..44a36098f 100644 --- a/Utils/ColorUtils.php +++ b/Utils/ColorUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/Compression/CompressionInterface.php b/Utils/Compression/CompressionInterface.php index 9368cd280..6e52a591a 100644 --- a/Utils/Compression/CompressionInterface.php +++ b/Utils/Compression/CompressionInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Compression; diff --git a/Utils/Compression/LZW.php b/Utils/Compression/LZW.php index d50504208..7bd041a4b 100644 --- a/Utils/Compression/LZW.php +++ b/Utils/Compression/LZW.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Compression; diff --git a/Utils/Converter/AngleType.php b/Utils/Converter/AngleType.php index 21137e848..36eedd12f 100644 --- a/Utils/Converter/AngleType.php +++ b/Utils/Converter/AngleType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/AreaType.php b/Utils/Converter/AreaType.php index d499dbb92..5f992a625 100644 --- a/Utils/Converter/AreaType.php +++ b/Utils/Converter/AreaType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/Currency.php b/Utils/Converter/Currency.php index 06be05c61..9fd65d0f3 100644 --- a/Utils/Converter/Currency.php +++ b/Utils/Converter/Currency.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/EnergyPowerType.php b/Utils/Converter/EnergyPowerType.php index caaa22def..bfd4353a9 100644 --- a/Utils/Converter/EnergyPowerType.php +++ b/Utils/Converter/EnergyPowerType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/File.php b/Utils/Converter/File.php index 14430409c..74aae80d8 100644 --- a/Utils/Converter/File.php +++ b/Utils/Converter/File.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/FileSizeType.php b/Utils/Converter/FileSizeType.php index 36c68c59e..e8bb0cdde 100644 --- a/Utils/Converter/FileSizeType.php +++ b/Utils/Converter/FileSizeType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/Ip.php b/Utils/Converter/Ip.php index 87fa6c88e..6966a0d75 100644 --- a/Utils/Converter/Ip.php +++ b/Utils/Converter/Ip.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/LengthType.php b/Utils/Converter/LengthType.php index bfda7cd3c..1eacb6784 100644 --- a/Utils/Converter/LengthType.php +++ b/Utils/Converter/LengthType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/Measurement.php b/Utils/Converter/Measurement.php index 8975cf0b2..e765f4d29 100644 --- a/Utils/Converter/Measurement.php +++ b/Utils/Converter/Measurement.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/Numeric.php b/Utils/Converter/Numeric.php index c77e628b0..a833dde3d 100644 --- a/Utils/Converter/Numeric.php +++ b/Utils/Converter/Numeric.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/PressureType.php b/Utils/Converter/PressureType.php index 554b10c22..68164c671 100644 --- a/Utils/Converter/PressureType.php +++ b/Utils/Converter/PressureType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/SpeedType.php b/Utils/Converter/SpeedType.php index 4f7affa01..5dadade96 100644 --- a/Utils/Converter/SpeedType.php +++ b/Utils/Converter/SpeedType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/TemperatureType.php b/Utils/Converter/TemperatureType.php index a79f8d6e7..51af6d8d4 100644 --- a/Utils/Converter/TemperatureType.php +++ b/Utils/Converter/TemperatureType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/TimeType.php b/Utils/Converter/TimeType.php index 5dc8080a6..5be37ae52 100644 --- a/Utils/Converter/TimeType.php +++ b/Utils/Converter/TimeType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/VolumeType.php b/Utils/Converter/VolumeType.php index 738e7346d..0b9903394 100644 --- a/Utils/Converter/VolumeType.php +++ b/Utils/Converter/VolumeType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/Converter/WeightType.php b/Utils/Converter/WeightType.php index b0c3ad8f2..bce405600 100644 --- a/Utils/Converter/WeightType.php +++ b/Utils/Converter/WeightType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Converter; diff --git a/Utils/EDI/AnsiX12/Component/BEG.php b/Utils/EDI/AnsiX12/Component/BEG.php index efbdc0101..0b49fa02a 100644 --- a/Utils/EDI/AnsiX12/Component/BEG.php +++ b/Utils/EDI/AnsiX12/Component/BEG.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Components; diff --git a/Utils/EDI/AnsiX12/Component/BIG.php b/Utils/EDI/AnsiX12/Component/BIG.php index 9709c1b00..842300216 100644 --- a/Utils/EDI/AnsiX12/Component/BIG.php +++ b/Utils/EDI/AnsiX12/Component/BIG.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Components; diff --git a/Utils/EDI/AnsiX12/Component/GS.php b/Utils/EDI/AnsiX12/Component/GS.php index 82b0ab789..f6e563731 100644 --- a/Utils/EDI/AnsiX12/Component/GS.php +++ b/Utils/EDI/AnsiX12/Component/GS.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Components; diff --git a/Utils/EDI/AnsiX12/Component/ISA.php b/Utils/EDI/AnsiX12/Component/ISA.php index 0c537d6b4..ddca24eb1 100644 --- a/Utils/EDI/AnsiX12/Component/ISA.php +++ b/Utils/EDI/AnsiX12/Component/ISA.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Components; diff --git a/Utils/EDI/AnsiX12/Component/ST.php b/Utils/EDI/AnsiX12/Component/ST.php index a82ee7897..0d8c28983 100644 --- a/Utils/EDI/AnsiX12/Component/ST.php +++ b/Utils/EDI/AnsiX12/Component/ST.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Components; diff --git a/Utils/EDI/AnsiX12/EDIAbstract.php b/Utils/EDI/AnsiX12/EDIAbstract.php index df3f8576c..87ead16d1 100644 --- a/Utils/EDI/AnsiX12/EDIAbstract.php +++ b/Utils/EDI/AnsiX12/EDIAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12; diff --git a/Utils/EDI/AnsiX12/FunctionalGroupHeader.php b/Utils/EDI/AnsiX12/FunctionalGroupHeader.php index d5a2b585a..1d6b208ef 100644 --- a/Utils/EDI/AnsiX12/FunctionalGroupHeader.php +++ b/Utils/EDI/AnsiX12/FunctionalGroupHeader.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12; diff --git a/Utils/EDI/AnsiX12/Header.php b/Utils/EDI/AnsiX12/Header.php index 5bb602420..7811ccc47 100644 --- a/Utils/EDI/AnsiX12/Header.php +++ b/Utils/EDI/AnsiX12/Header.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12; diff --git a/Utils/EDI/AnsiX12/InterchangeControlHeader.php b/Utils/EDI/AnsiX12/InterchangeControlHeader.php index fcfd74f95..cb52f6fd9 100644 --- a/Utils/EDI/AnsiX12/InterchangeControlHeader.php +++ b/Utils/EDI/AnsiX12/InterchangeControlHeader.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12; diff --git a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850.php b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850.php index aa115c032..bc0e48578 100644 --- a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850.php +++ b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Purchase\PurchaseOrder; diff --git a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Detail.php b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Detail.php index 2cdade6a8..707676331 100644 --- a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Detail.php +++ b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Detail.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Purchase\PurchaseOrder; diff --git a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Heading.php b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Heading.php index 71b63bd8f..029d8437b 100644 --- a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Heading.php +++ b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Heading.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Purchase; diff --git a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Summary.php b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Summary.php index 9eb92e10f..1da11db54 100644 --- a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Summary.php +++ b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/EDI850Summary.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Purchase\PurchaseOrder; diff --git a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/TransactionSetHeader.php b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/TransactionSetHeader.php index 7c0bef37c..c5b969c4f 100644 --- a/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/TransactionSetHeader.php +++ b/Utils/EDI/AnsiX12/Purchase/PurchaseOrder/TransactionSetHeader.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\AnsiX12\Purchase\PurchaseOrder; diff --git a/Utils/EDI/Edifact/Components/BGM.php b/Utils/EDI/Edifact/Components/BGM.php index f3f8fb7fa..6dea4f4c1 100644 --- a/Utils/EDI/Edifact/Components/BGM.php +++ b/Utils/EDI/Edifact/Components/BGM.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\Edifact\Components; diff --git a/Utils/EDI/Edifact/Components/UNH.php b/Utils/EDI/Edifact/Components/UNH.php index 4c69f96ee..560b1ba9e 100644 --- a/Utils/EDI/Edifact/Components/UNH.php +++ b/Utils/EDI/Edifact/Components/UNH.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\Edifact\Components; diff --git a/Utils/EDI/Edifact/INVOIC.php b/Utils/EDI/Edifact/INVOIC.php index 9361d2eb0..07e1790c3 100644 --- a/Utils/EDI/Edifact/INVOIC.php +++ b/Utils/EDI/Edifact/INVOIC.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\EDI\Edifact; diff --git a/Utils/Encoding/Caesar.php b/Utils/Encoding/Caesar.php index bcb44d23b..423d75994 100644 --- a/Utils/Encoding/Caesar.php +++ b/Utils/Encoding/Caesar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding; diff --git a/Utils/Encoding/EncodingInterface.php b/Utils/Encoding/EncodingInterface.php index 50eca9533..885318197 100644 --- a/Utils/Encoding/EncodingInterface.php +++ b/Utils/Encoding/EncodingInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding; diff --git a/Utils/Encoding/Gray.php b/Utils/Encoding/Gray.php index 449f010f5..5f5bf131c 100644 --- a/Utils/Encoding/Gray.php +++ b/Utils/Encoding/Gray.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding; diff --git a/Utils/Encoding/Huffman/Dictionary.php b/Utils/Encoding/Huffman/Dictionary.php index 6af369bec..11eec757c 100644 --- a/Utils/Encoding/Huffman/Dictionary.php +++ b/Utils/Encoding/Huffman/Dictionary.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding\Huffman; diff --git a/Utils/Encoding/Huffman/Huffman.php b/Utils/Encoding/Huffman/Huffman.php index 165879c0d..611b47a64 100644 --- a/Utils/Encoding/Huffman/Huffman.php +++ b/Utils/Encoding/Huffman/Huffman.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding\Huffman; diff --git a/Utils/Encoding/XorEncoding.php b/Utils/Encoding/XorEncoding.php index e34df4c3f..3495310ef 100644 --- a/Utils/Encoding/XorEncoding.php +++ b/Utils/Encoding/XorEncoding.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Encoding; diff --git a/Utils/Excel/Excel.php b/Utils/Excel/Excel.php index 242a5aa3c..ba19f433b 100644 --- a/Utils/Excel/Excel.php +++ b/Utils/Excel/Excel.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Excel; diff --git a/Utils/Git/Author.php b/Utils/Git/Author.php index 9d8c91b87..bad0a548f 100644 --- a/Utils/Git/Author.php +++ b/Utils/Git/Author.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/Git/Branch.php b/Utils/Git/Branch.php index b19c63367..8be723793 100644 --- a/Utils/Git/Branch.php +++ b/Utils/Git/Branch.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/Git/Commit.php b/Utils/Git/Commit.php index 2248e97c2..2dfc95f9a 100644 --- a/Utils/Git/Commit.php +++ b/Utils/Git/Commit.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/Git/Git.php b/Utils/Git/Git.php index 9b7cbcc6c..84fc33632 100644 --- a/Utils/Git/Git.php +++ b/Utils/Git/Git.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/Git/Repository.php b/Utils/Git/Repository.php index 6f2be2d1f..170ce1a99 100644 --- a/Utils/Git/Repository.php +++ b/Utils/Git/Repository.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/Git/Tag.php b/Utils/Git/Tag.php index c850f8c1d..5f6fbd12b 100644 --- a/Utils/Git/Tag.php +++ b/Utils/Git/Tag.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Git; diff --git a/Utils/IO/Csv/CsvDatabaseMapper.php b/Utils/IO/Csv/CsvDatabaseMapper.php index 52ad106ff..f88e8afea 100644 --- a/Utils/IO/Csv/CsvDatabaseMapper.php +++ b/Utils/IO/Csv/CsvDatabaseMapper.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Csv; diff --git a/Utils/IO/Csv/CsvInterface.php b/Utils/IO/Csv/CsvInterface.php index f18ce1399..ec66bbb02 100644 --- a/Utils/IO/Csv/CsvInterface.php +++ b/Utils/IO/Csv/CsvInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Csv { diff --git a/Utils/IO/Csv/CsvSettings.php b/Utils/IO/Csv/CsvSettings.php index 2e06387be..7b44f5b7f 100644 --- a/Utils/IO/Csv/CsvSettings.php +++ b/Utils/IO/Csv/CsvSettings.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Csv; diff --git a/Utils/IO/Excel/ExcelDatabaseMapper.php b/Utils/IO/Excel/ExcelDatabaseMapper.php index 26f7cdfe2..327b56282 100644 --- a/Utils/IO/Excel/ExcelDatabaseMapper.php +++ b/Utils/IO/Excel/ExcelDatabaseMapper.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Excel; diff --git a/Utils/IO/Excel/ExcelInterface.php b/Utils/IO/Excel/ExcelInterface.php index 9d871a5b6..1be1037d2 100644 --- a/Utils/IO/Excel/ExcelInterface.php +++ b/Utils/IO/Excel/ExcelInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Excel; diff --git a/Utils/IO/ExchangeInterface.php b/Utils/IO/ExchangeInterface.php index 21b16ad88..736906052 100644 --- a/Utils/IO/ExchangeInterface.php +++ b/Utils/IO/ExchangeInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO; diff --git a/Utils/IO/IODatabaseMapper.php b/Utils/IO/IODatabaseMapper.php index eb3eeed37..492bbfcb6 100644 --- a/Utils/IO/IODatabaseMapper.php +++ b/Utils/IO/IODatabaseMapper.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO; diff --git a/Utils/IO/Json/InvalidJsonException.php b/Utils/IO/Json/InvalidJsonException.php index 53aa67fef..6b7c5689e 100644 --- a/Utils/IO/Json/InvalidJsonException.php +++ b/Utils/IO/Json/InvalidJsonException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Json; diff --git a/Utils/IO/Json/JsonInterface.php b/Utils/IO/Json/JsonInterface.php index d1bb6d1a5..68b7a1238 100644 --- a/Utils/IO/Json/JsonInterface.php +++ b/Utils/IO/Json/JsonInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Json; diff --git a/Utils/IO/Pdf/PdfInterface.php b/Utils/IO/Pdf/PdfInterface.php index 64d278a15..8480ec37b 100644 --- a/Utils/IO/Pdf/PdfInterface.php +++ b/Utils/IO/Pdf/PdfInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Pdf; diff --git a/Utils/IO/Zip/ArchiveInterface.php b/Utils/IO/Zip/ArchiveInterface.php index ecf949276..cd4e41640 100644 --- a/Utils/IO/Zip/ArchiveInterface.php +++ b/Utils/IO/Zip/ArchiveInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Zip; /** * Archive interface diff --git a/Utils/IO/Zip/Gz.php b/Utils/IO/Zip/Gz.php index 8dbc19300..ae16b72f4 100644 --- a/Utils/IO/Zip/Gz.php +++ b/Utils/IO/Zip/Gz.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Zip; /** * Zip class for handling zip files. diff --git a/Utils/IO/Zip/Tar.php b/Utils/IO/Zip/Tar.php index 1bbcf4890..993361dca 100644 --- a/Utils/IO/Zip/Tar.php +++ b/Utils/IO/Zip/Tar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Zip; /** * Zip class for handling zip files. diff --git a/Utils/IO/Zip/TarGz.php b/Utils/IO/Zip/TarGz.php index dc4f2ca88..81d27572b 100644 --- a/Utils/IO/Zip/TarGz.php +++ b/Utils/IO/Zip/TarGz.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Zip; /** * Zip class for handling zip files. diff --git a/Utils/IO/Zip/Zip.php b/Utils/IO/Zip/Zip.php index 95640c8c6..aef44a533 100644 --- a/Utils/IO/Zip/Zip.php +++ b/Utils/IO/Zip/Zip.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\IO\Zip; diff --git a/Utils/ImageUtils.php b/Utils/ImageUtils.php index 0ef014db6..dedb6b480 100644 --- a/Utils/ImageUtils.php +++ b/Utils/ImageUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/JobQueue/Job.php b/Utils/JobQueue/Job.php index 50a286a96..350100bbd 100644 --- a/Utils/JobQueue/Job.php +++ b/Utils/JobQueue/Job.php @@ -12,7 +12,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\JobQueue; diff --git a/Utils/JobQueue/JobQueue.php b/Utils/JobQueue/JobQueue.php index bbb5df5b7..ca6848413 100644 --- a/Utils/JobQueue/JobQueue.php +++ b/Utils/JobQueue/JobQueue.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\JobQueue; diff --git a/Utils/JsonBuilder.php b/Utils/JsonBuilder.php index dec4a70b2..bc66ceb60 100644 --- a/Utils/JsonBuilder.php +++ b/Utils/JsonBuilder.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/PDF/Pdf.php b/Utils/PDF/Pdf.php index ecbf2965d..da7be765d 100644 --- a/Utils/PDF/Pdf.php +++ b/Utils/PDF/Pdf.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\PDF; diff --git a/Utils/Parser/LaTex/Expressions/Product.php b/Utils/Parser/LaTex/Expressions/Product.php index d86e7600e..7b76c99f9 100644 --- a/Utils/Parser/LaTex/Expressions/Product.php +++ b/Utils/Parser/LaTex/Expressions/Product.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Expressions; diff --git a/Utils/Parser/LaTex/Expressions/Sum.php b/Utils/Parser/LaTex/Expressions/Sum.php index d920c2edb..b1dec906b 100644 --- a/Utils/Parser/LaTex/Expressions/Sum.php +++ b/Utils/Parser/LaTex/Expressions/Sum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Expressions; diff --git a/Utils/Parser/LaTex/Expressions/Trigonometry.php b/Utils/Parser/LaTex/Expressions/Trigonometry.php index f485cec6f..7317287cf 100644 --- a/Utils/Parser/LaTex/Expressions/Trigonometry.php +++ b/Utils/Parser/LaTex/Expressions/Trigonometry.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Expressions; diff --git a/Utils/Parser/LaTex/LaTexParser.php b/Utils/Parser/LaTex/LaTexParser.php index b1e480b27..9468f11c8 100644 --- a/Utils/Parser/LaTex/LaTexParser.php +++ b/Utils/Parser/LaTex/LaTexParser.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex; diff --git a/Utils/Parser/LaTex/Types/Interval.php b/Utils/Parser/LaTex/Types/Interval.php index 9a1004351..07af2a269 100644 --- a/Utils/Parser/LaTex/Types/Interval.php +++ b/Utils/Parser/LaTex/Types/Interval.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Types; diff --git a/Utils/Parser/LaTex/Types/MathFunction.php b/Utils/Parser/LaTex/Types/MathFunction.php index a78908389..1db797131 100644 --- a/Utils/Parser/LaTex/Types/MathFunction.php +++ b/Utils/Parser/LaTex/Types/MathFunction.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Types; diff --git a/Utils/Parser/LaTex/Types/Variable.php b/Utils/Parser/LaTex/Types/Variable.php index 89f1daa42..8c8d24ae1 100644 --- a/Utils/Parser/LaTex/Types/Variable.php +++ b/Utils/Parser/LaTex/Types/Variable.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\LaTex\Types; diff --git a/Utils/Parser/Markdown/Markdown.php b/Utils/Parser/Markdown/Markdown.php index 846c617b6..a75c0aa00 100644 --- a/Utils/Parser/Markdown/Markdown.php +++ b/Utils/Parser/Markdown/Markdown.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Markdown; diff --git a/Utils/Parser/Php/ArrayParser.php b/Utils/Parser/Php/ArrayParser.php index c16bb72d8..0d63cb5b4 100644 --- a/Utils/Parser/Php/ArrayParser.php +++ b/Utils/Parser/Php/ArrayParser.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Parser/Php/ClassParser.php b/Utils/Parser/Php/ClassParser.php index 55e1e8485..2ae53ae41 100644 --- a/Utils/Parser/Php/ClassParser.php +++ b/Utils/Parser/Php/ClassParser.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Parser/Php/ClassType.php b/Utils/Parser/Php/ClassType.php index 439e57a20..49fd53eff 100644 --- a/Utils/Parser/Php/ClassType.php +++ b/Utils/Parser/Php/ClassType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Parser/Php/FunctionParser.php b/Utils/Parser/Php/FunctionParser.php index 649129e58..454506776 100644 --- a/Utils/Parser/Php/FunctionParser.php +++ b/Utils/Parser/Php/FunctionParser.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Parser/Php/MemberParser.php b/Utils/Parser/Php/MemberParser.php index f45cc79af..b82ed9894 100644 --- a/Utils/Parser/Php/MemberParser.php +++ b/Utils/Parser/Php/MemberParser.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Parser/Php/Visibility.php b/Utils/Parser/Php/Visibility.php index bb8f9ab18..955911246 100644 --- a/Utils/Parser/Php/Visibility.php +++ b/Utils/Parser/Php/Visibility.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\Parser\Php; diff --git a/Utils/Permutation.php b/Utils/Permutation.php index cdc0efd38..bf2f034db 100644 --- a/Utils/Permutation.php +++ b/Utils/Permutation.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/RnG/Address.php b/Utils/RnG/Address.php index 3078e5e99..78da29758 100644 --- a/Utils/RnG/Address.php +++ b/Utils/RnG/Address.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/ArrayRandomize.php b/Utils/RnG/ArrayRandomize.php index 02931e988..a6431ac71 100644 --- a/Utils/RnG/ArrayRandomize.php +++ b/Utils/RnG/ArrayRandomize.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/City.php b/Utils/RnG/City.php index 5f3343a17..557b6999e 100644 --- a/Utils/RnG/City.php +++ b/Utils/RnG/City.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/DateTime.php b/Utils/RnG/DateTime.php index 94dce1cb5..5b5b7b60d 100644 --- a/Utils/RnG/DateTime.php +++ b/Utils/RnG/DateTime.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/DistributionType.php b/Utils/RnG/DistributionType.php index 544296777..9b45890a6 100644 --- a/Utils/RnG/DistributionType.php +++ b/Utils/RnG/DistributionType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Email.php b/Utils/RnG/Email.php index 0756d51e1..ce5f28ea0 100644 --- a/Utils/RnG/Email.php +++ b/Utils/RnG/Email.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/File.php b/Utils/RnG/File.php index b892b587c..aca4ce7ac 100644 --- a/Utils/RnG/File.php +++ b/Utils/RnG/File.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Iban.php b/Utils/RnG/Iban.php index 85056b204..dd5c27428 100644 --- a/Utils/RnG/Iban.php +++ b/Utils/RnG/Iban.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/LinearCongruentialGenerator.php b/Utils/RnG/LinearCongruentialGenerator.php index 074452972..0edbc6fd9 100644 --- a/Utils/RnG/LinearCongruentialGenerator.php +++ b/Utils/RnG/LinearCongruentialGenerator.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Name.php b/Utils/RnG/Name.php index ae64cc0cb..99028bc31 100644 --- a/Utils/RnG/Name.php +++ b/Utils/RnG/Name.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Numeric.php b/Utils/RnG/Numeric.php index 0696086c9..30b30cffa 100644 --- a/Utils/RnG/Numeric.php +++ b/Utils/RnG/Numeric.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Phone.php b/Utils/RnG/Phone.php index 128660d93..575e10e51 100644 --- a/Utils/RnG/Phone.php +++ b/Utils/RnG/Phone.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/PostalZip.php b/Utils/RnG/PostalZip.php index bf3919bc3..abea2d753 100644 --- a/Utils/RnG/PostalZip.php +++ b/Utils/RnG/PostalZip.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/StringUtils.php b/Utils/RnG/StringUtils.php index e70c147fd..44fd5322e 100644 --- a/Utils/RnG/StringUtils.php +++ b/Utils/RnG/StringUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/RnG/Text.php b/Utils/RnG/Text.php index dd9b8016d..b4ea5dcc3 100644 --- a/Utils/RnG/Text.php +++ b/Utils/RnG/Text.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\RnG; diff --git a/Utils/StringCompare.php b/Utils/StringCompare.php index 4d471d751..5918d4e1f 100644 --- a/Utils/StringCompare.php +++ b/Utils/StringCompare.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/StringUtils.php b/Utils/StringUtils.php index 8b9df87fd..168164de3 100644 --- a/Utils/StringUtils.php +++ b/Utils/StringUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; diff --git a/Utils/TaskSchedule/Cron.php b/Utils/TaskSchedule/Cron.php index 2f8b9d765..b5a0ee1e1 100644 --- a/Utils/TaskSchedule/Cron.php +++ b/Utils/TaskSchedule/Cron.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/CronJob.php b/Utils/TaskSchedule/CronJob.php index d2c58a931..0defe0a0d 100644 --- a/Utils/TaskSchedule/CronJob.php +++ b/Utils/TaskSchedule/CronJob.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/Interval.php b/Utils/TaskSchedule/Interval.php index a18d220a0..570bdc503 100644 --- a/Utils/TaskSchedule/Interval.php +++ b/Utils/TaskSchedule/Interval.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/InvalidTaskParameterException.php b/Utils/TaskSchedule/InvalidTaskParameterException.php index 8a55a9fd2..245b887d1 100644 --- a/Utils/TaskSchedule/InvalidTaskParameterException.php +++ b/Utils/TaskSchedule/InvalidTaskParameterException.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/Schedule.php b/Utils/TaskSchedule/Schedule.php index bb67b820a..754b25ff0 100644 --- a/Utils/TaskSchedule/Schedule.php +++ b/Utils/TaskSchedule/Schedule.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/SchedulerAbstract.php b/Utils/TaskSchedule/SchedulerAbstract.php index 8a875680a..0b0edd169 100644 --- a/Utils/TaskSchedule/SchedulerAbstract.php +++ b/Utils/TaskSchedule/SchedulerAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; use phpOMS\System\File\PathException; diff --git a/Utils/TaskSchedule/SchedulerFactory.php b/Utils/TaskSchedule/SchedulerFactory.php index ef8b6bd5d..11f6a589a 100644 --- a/Utils/TaskSchedule/SchedulerFactory.php +++ b/Utils/TaskSchedule/SchedulerFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/TaskAbstract.php b/Utils/TaskSchedule/TaskAbstract.php index 9ef962f30..f31b5e8d0 100644 --- a/Utils/TaskSchedule/TaskAbstract.php +++ b/Utils/TaskSchedule/TaskAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/TaskFactory.php b/Utils/TaskSchedule/TaskFactory.php index ebfba5f41..a9684a71b 100644 --- a/Utils/TaskSchedule/TaskFactory.php +++ b/Utils/TaskSchedule/TaskFactory.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TaskSchedule/TaskScheduler.php b/Utils/TaskSchedule/TaskScheduler.php index 8dcc8c25e..407e865c0 100644 --- a/Utils/TaskSchedule/TaskScheduler.php +++ b/Utils/TaskSchedule/TaskScheduler.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils\TaskSchedule; diff --git a/Utils/TestUtils.php b/Utils/TestUtils.php index 4095bbd37..08a49e23f 100644 --- a/Utils/TestUtils.php +++ b/Utils/TestUtils.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Utils; /** * Test utils. diff --git a/Validation/Barcode/Barcode.php b/Validation/Barcode/Barcode.php index 42433e8f7..ad6d9c432 100644 --- a/Validation/Barcode/Barcode.php +++ b/Validation/Barcode/Barcode.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/Barcode11.php b/Validation/Barcode/Barcode11.php index 880df57b4..2ab67e42d 100644 --- a/Validation/Barcode/Barcode11.php +++ b/Validation/Barcode/Barcode11.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/Barcode128.php b/Validation/Barcode/Barcode128.php index 291e2e412..fb2785121 100644 --- a/Validation/Barcode/Barcode128.php +++ b/Validation/Barcode/Barcode128.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/Barcode25.php b/Validation/Barcode/Barcode25.php index f8d9b9ea0..6d51c8b26 100644 --- a/Validation/Barcode/Barcode25.php +++ b/Validation/Barcode/Barcode25.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/Barcode39.php b/Validation/Barcode/Barcode39.php index 55699b1ac..dac544c81 100644 --- a/Validation/Barcode/Barcode39.php +++ b/Validation/Barcode/Barcode39.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/Barcode93.php b/Validation/Barcode/Barcode93.php index 9eda300d3..d107145d4 100644 --- a/Validation/Barcode/Barcode93.php +++ b/Validation/Barcode/Barcode93.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/BarcodeCodebar.php b/Validation/Barcode/BarcodeCodebar.php index d58afad7d..f56db616e 100644 --- a/Validation/Barcode/BarcodeCodebar.php +++ b/Validation/Barcode/BarcodeCodebar.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/BarcodeDatamatrix.php b/Validation/Barcode/BarcodeDatamatrix.php index e7858613c..20f9a2e0d 100644 --- a/Validation/Barcode/BarcodeDatamatrix.php +++ b/Validation/Barcode/BarcodeDatamatrix.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/BarcodeEAN.php b/Validation/Barcode/BarcodeEAN.php index bcd9a4904..ca8524926 100644 --- a/Validation/Barcode/BarcodeEAN.php +++ b/Validation/Barcode/BarcodeEAN.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/BarcodeMSI.php b/Validation/Barcode/BarcodeMSI.php index 3c9b35285..7a86c22f8 100644 --- a/Validation/Barcode/BarcodeMSI.php +++ b/Validation/Barcode/BarcodeMSI.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Barcode/QrCode.php b/Validation/Barcode/QrCode.php index bb67e095a..7a63a93f6 100644 --- a/Validation/Barcode/QrCode.php +++ b/Validation/Barcode/QrCode.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Barcode; diff --git a/Validation/Base/DateTime.php b/Validation/Base/DateTime.php index 8f0e8cdb8..be45332a3 100644 --- a/Validation/Base/DateTime.php +++ b/Validation/Base/DateTime.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Base; diff --git a/Validation/Finance/BIC.php b/Validation/Finance/BIC.php index 5802fa04c..49e8d17a0 100644 --- a/Validation/Finance/BIC.php +++ b/Validation/Finance/BIC.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Finance; diff --git a/Validation/Finance/CreditCard.php b/Validation/Finance/CreditCard.php index 4ed2c178f..3c83f2fbd 100644 --- a/Validation/Finance/CreditCard.php +++ b/Validation/Finance/CreditCard.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Finance; diff --git a/Validation/Finance/Iban.php b/Validation/Finance/Iban.php index a0479f372..d0cea61f8 100644 --- a/Validation/Finance/Iban.php +++ b/Validation/Finance/Iban.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Finance; diff --git a/Validation/Finance/IbanEnum.php b/Validation/Finance/IbanEnum.php index 3d2f2098e..4337fb8b4 100644 --- a/Validation/Finance/IbanEnum.php +++ b/Validation/Finance/IbanEnum.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Finance; diff --git a/Validation/Finance/IbanErrorType.php b/Validation/Finance/IbanErrorType.php index 9d54d9f6a..61d79860d 100644 --- a/Validation/Finance/IbanErrorType.php +++ b/Validation/Finance/IbanErrorType.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Finance; diff --git a/Validation/ModelValidationTrait.php b/Validation/ModelValidationTrait.php index 3bdc9c26b..6985aae24 100644 --- a/Validation/ModelValidationTrait.php +++ b/Validation/ModelValidationTrait.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation; diff --git a/Validation/Network/Email.php b/Validation/Network/Email.php index 30afa77c2..2ad608efb 100644 --- a/Validation/Network/Email.php +++ b/Validation/Network/Email.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Network; diff --git a/Validation/Network/Hostname.php b/Validation/Network/Hostname.php index cc0ca5c1d..9742dee5a 100644 --- a/Validation/Network/Hostname.php +++ b/Validation/Network/Hostname.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Network; diff --git a/Validation/Network/Ip.php b/Validation/Network/Ip.php index 3289b6872..a30c5a0f4 100644 --- a/Validation/Network/Ip.php +++ b/Validation/Network/Ip.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation\Network; diff --git a/Validation/Validator.php b/Validation/Validator.php index 4f1d9b593..82d54bcaa 100644 --- a/Validation/Validator.php +++ b/Validation/Validator.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation; diff --git a/Validation/ValidatorAbstract.php b/Validation/ValidatorAbstract.php index 2258eca5c..dcf069298 100644 --- a/Validation/ValidatorAbstract.php +++ b/Validation/ValidatorAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation; diff --git a/Validation/ValidatorInterface.php b/Validation/ValidatorInterface.php index 33589fdfb..a7ecbbf13 100644 --- a/Validation/ValidatorInterface.php +++ b/Validation/ValidatorInterface.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Validation; diff --git a/Version/Version.php b/Version/Version.php index 2f5cc2b8d..98ed8a1f9 100644 --- a/Version/Version.php +++ b/Version/Version.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Version; diff --git a/Views/View.php b/Views/View.php index e869ad3de..5ce7ca623 100644 --- a/Views/View.php +++ b/Views/View.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Views; diff --git a/Views/ViewAbstract.php b/Views/ViewAbstract.php index 4998ba491..5f444f2df 100644 --- a/Views/ViewAbstract.php +++ b/Views/ViewAbstract.php @@ -11,7 +11,7 @@ * @version 1.0.0 * @link http://orange-management.com */ -declare(strict_types=1); +declare(strict_types = 1); namespace phpOMS\Views;