php cs fixer

This commit is contained in:
Dennis Eichhorn 2019-04-27 12:05:33 +02:00
parent 8891b3f8c0
commit 7f197cffc5
9 changed files with 19 additions and 43 deletions

View File

@ -1,4 +1,4 @@
<?php <?php declare(strict_types=1);
use Modules\Support\Controller\BackendController; use Modules\Support\Controller\BackendController;
use Modules\Support\Models\PermissionState; use Modules\Support\Models\PermissionState;

View File

@ -68,7 +68,7 @@ class Controller extends ModuleAbstract implements WebInterface
* @since 1.0.0 * @since 1.0.0
*/ */
protected static $providing = [ protected static $providing = [
'Navigation' 'Navigation',
]; ];
/** /**

View File

@ -75,16 +75,12 @@ class Issue
return self::$instances[$id]; return self::$instances[$id];
} }
/**
*
*/
public function init($id) : void public function init($id) : void
{ {
} }
/**
*
*/
public function __clone() public function __clone()
{ {
} }
@ -124,37 +120,27 @@ class Issue
$this->creator = $creator; $this->creator = $creator;
} }
/**
*
*/
public function delete() : void public function delete() : void
{ {
} }
/**
*
*/
public function create() : void public function create() : void
{ {
} }
/**
*
*/
public function update() : void public function update() : void
{ {
} }
/**
*
*/
public function serialize() : void public function serialize() : void
{ {
} }
/**
*
*/
public function unserialize($data) : void public function unserialize($data) : void
{ {
} }

View File

@ -103,37 +103,27 @@ class Message
$this->creator = $creator; $this->creator = $creator;
} }
/**
*
*/
public function delete() : void public function delete() : void
{ {
} }
/**
*
*/
public function create() : void public function create() : void
{ {
} }
/**
*
*/
public function update() : void public function update() : void
{ {
} }
/**
*
*/
public function serialize() : void public function serialize() : void
{ {
} }
/**
*
*/
public function unserialize($data) : void public function unserialize($data) : void
{ {
} }

View File

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

View File

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

View File

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

View File

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

View File

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