mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
Fix namespace spacing
This commit is contained in:
parent
a364117f80
commit
771838c1a4
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
* @link http://website.orange-management.de
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
namespace phpOMS\Message\Socket;
|
||||
namespace phpOMS\Message\Socket;
|
||||
|
||||
class Request
|
||||
{
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
* @link http://website.orange-management.de
|
||||
*/
|
||||
declare(strict_types = 1);
|
||||
namespace phpOMS\Message\Socket;
|
||||
namespace phpOMS\Message\Socket;
|
||||
|
||||
class Response
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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))) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user