php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent eb686f80ab
commit a58735a3ea
8 changed files with 33 additions and 89 deletions

View File

@ -1,3 +1,3 @@
<?php
<?php declare(strict_types=1);
return [];

View File

@ -103,16 +103,12 @@ class Arrival
$this->id = $id;
}
/**
*
*/
public function init($id) : void
{
}
/**
*
*/
public function __clone()
{
}
@ -289,37 +285,27 @@ class Arrival
$this->acceptor = $acceptor;
}
/**
*
*/
public function delete() : void
{
}
/**
*
*/
public function create() : void
{
}
/**
*
*/
public function update() : void
{
}
/**
*
*/
public function serialize() : void
{
}
/**
*
*/
public function unserialize($data) : void
{
}

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*
@ -145,16 +145,12 @@ class Article
$this->id = $id;
}
/**
*
*/
public function init($id) : void
{
}
/**
*
*/
public function __clone()
{
}
@ -370,37 +366,27 @@ class Article
}
}
/**
*
*/
public function delete() : void
{
}
/**
*
*/
public function create() : void
{
}
/**
*
*/
public function update() : void
{
}
/**
*
*/
public function serialize() : void
{
}
/**
*
*/
public function unserialize($data) : void
{
}

View File

@ -119,16 +119,12 @@ class Shipping
return self::$instances[$id];
}
/**
*
*/
public function init($id) : void
{
}
/**
*
*/
public function __clone()
{
}
@ -287,37 +283,27 @@ class Shipping
$this->sender = $sender;
}
/**
*
*/
public function delete() : void
{
}
/**
*
*/
public function create() : void
{
}
/**
*
*/
public function update() : void
{
}
/**
*
*/
public function serialize() : void
{
}
/**
*
*/
public function unserialize($data) : void
{
}

View File

@ -87,16 +87,12 @@ class Warehouse
return self::$instances[$id];
}
/**
*
*/
public function init($id) : void
{
}
/**
*
*/
public function __clone()
{
}
@ -191,37 +187,27 @@ class Warehouse
$this->location = $location;
}
/**
*
*/
public function delete() : void
{
}
/**
*
*/
public function create() : void
{
}
/**
*
*/
public function update() : void
{
}
/**
*
*/
public function serialize() : void
{
}
/**
*
*/
public function unserialize($data) : void
{
}

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types=1);
/**
* Orange Management
*