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
*/
declare(strict_types = 1);
namespace phpOMS\Business\Finance\Forecasting;
namespace phpOMS\Business\Finance\Forecasting;
class AR
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -391,7 +391,7 @@ class Directory extends FileAbstract implements DirectoryInterface
/**
* {@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 (!$recursive && !file_exists(self::parent($path))) {