Fix namespace spacing

This commit is contained in:
Dennis Eichhorn 2017-11-05 22:42:26 +01:00
parent a364117f80
commit 771838c1a4
40 changed files with 40 additions and 40 deletions

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class AR class AR
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class ARCH class ARCH
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class ARFIMA class ARFIMA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
use phpOMS\Math\Statistic\Average; use phpOMS\Math\Statistic\Average;

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class ARMA class ARMA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class GARCH class GARCH
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class MA class MA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class NAR class NAR
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class NMA class NMA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting; namespace phpOMS\Business\Finance\Forecasting;
class SARIMA class SARIMA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Geometry\Shape\D2; namespace phpOMS\Math\Geometry\Shape\D2;
class Quadrilateral implements D2ShapeInterface class Quadrilateral implements D2ShapeInterface
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Geometry\Shape\D3; namespace phpOMS\Math\Geometry\Shape\D3;
class Prism implements D3ShapeInterface class Prism implements D3ShapeInterface
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Graph; namespace phpOMS\Math\Optimization\Graph;
class Dijkstra class Dijkstra
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Graph; namespace phpOMS\Math\Optimization\Graph;
class FloydWarshall class FloydWarshall
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class Backpack class Backpack
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class BruteForce class BruteForce
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class GA class GA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class Item class Item
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class ItemPool class ItemPool
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\Knappsack; namespace phpOMS\Math\Optimization\Knappsack;
class Population class Population
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class BruteForce class BruteForce
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class GA class GA
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class Population class Population
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class Workday class Workday
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class Worker class Worker
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Optimization\ShiftScheduling; namespace phpOMS\Math\Optimization\ShiftScheduling;
class WorkerPool class WorkerPool
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Statistic\Forecast\Regression; namespace phpOMS\Math\Statistic\Forecast\Regression;
use phpOMS\Math\Matrix\Matrix; use phpOMS\Math\Matrix\Matrix;

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class BetaDistribution class BetaDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class FDistribution class FDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class GammaDistribution class GammaDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class HypergeometricDistribution class HypergeometricDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class LogDistribution class LogDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class LogNormalDistribution class LogNormalDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class LogisticDistribution class LogisticDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class ParetoDistribution class ParetoDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class TDistribution class TDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Math\Stochastic\Distribution; namespace phpOMS\Math\Stochastic\Distribution;
class WeibullDistribution class WeibullDistribution
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Message\Socket; namespace phpOMS\Message\Socket;
class Request class Request
{ {

View File

@ -12,7 +12,7 @@
* @link http://website.orange-management.de * @link http://website.orange-management.de
*/ */
declare(strict_types = 1); declare(strict_types = 1);
namespace phpOMS\Message\Socket; namespace phpOMS\Message\Socket;
class Response class Response
{ {

View File

@ -391,7 +391,7 @@ class Directory extends FileAbstract implements DirectoryInterface
/** /**
* {@inheritdoc} * {@inheritdoc}
*/ */
public static function create(string $path, int $permission = 644, bool $recursive = false) : bool public static function create(string $path, int $permission = 0644, bool $recursive = false) : bool
{ {
if (!file_exists($path)) { if (!file_exists($path)) {
if (!$recursive && !file_exists(self::parent($path))) { if (!$recursive && !file_exists(self::parent($path))) {