From 48d742d68f0cbf6450260adffc42c106e724fa1b Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 24 Oct 2017 17:45:56 +0200 Subject: [PATCH] Fix tabs to whitespace --- Account/AccountStatus.php | 8 ++++---- Account/AccountType.php | 4 ++-- Account/GroupStatus.php | 6 +++--- Asset/AssetType.php | 6 +++--- Module/InfoManager.php | 2 +- System/SystemType.php | 8 ++++---- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Account/AccountStatus.php b/Account/AccountStatus.php index e8d8efd75..ca92e63a9 100644 --- a/Account/AccountStatus.php +++ b/Account/AccountStatus.php @@ -28,8 +28,8 @@ use phpOMS\Stdlib\Base\Enum; */ abstract class AccountStatus extends Enum { - /* public */ const ACTIVE = 1; - /* public */ const INACTIVE = 2; - /* public */ const TIMEOUT = 3; - /* public */ const BANNED = 4; + /* public */ const ACTIVE = 1; + /* public */ const INACTIVE = 2; + /* public */ const TIMEOUT = 3; + /* public */ const BANNED = 4; } diff --git a/Account/AccountType.php b/Account/AccountType.php index 93a963465..a4298d5dc 100644 --- a/Account/AccountType.php +++ b/Account/AccountType.php @@ -28,6 +28,6 @@ use phpOMS\Stdlib\Base\Enum; */ abstract class AccountType extends Enum { - /* public */ const USER = 0; - /* public */ const GROUP = 1; + /* public */ const USER = 0; + /* public */ const GROUP = 1; } diff --git a/Account/GroupStatus.php b/Account/GroupStatus.php index 0af5c9655..42c6ff1f1 100644 --- a/Account/GroupStatus.php +++ b/Account/GroupStatus.php @@ -28,7 +28,7 @@ use phpOMS\Stdlib\Base\Enum; */ abstract class GroupStatus extends Enum { - /* public */ const ACTIVE = 1; - /* public */ const INACTIVE = 2; - /* public */ const HIDDEN = 4; + /* public */ const ACTIVE = 1; + /* public */ const INACTIVE = 2; + /* public */ const HIDDEN = 4; } diff --git a/Asset/AssetType.php b/Asset/AssetType.php index 95fd69919..825d958a8 100644 --- a/Asset/AssetType.php +++ b/Asset/AssetType.php @@ -28,7 +28,7 @@ use phpOMS\Stdlib\Base\Enum; */ abstract class AssetType extends Enum { - /* public */ const CSS = 0; - /* public */ const JS = 1; - /* public */ const JSLATE = 2; + /* public */ const CSS = 0; + /* public */ const JS = 1; + /* public */ const JSLATE = 2; } diff --git a/Module/InfoManager.php b/Module/InfoManager.php index 70c5bcda8..f7ff08fef 100644 --- a/Module/InfoManager.php +++ b/Module/InfoManager.php @@ -99,7 +99,7 @@ class InfoManager */ public function update() /* : void */ { - if (!file_exists($this->path)) { + if (!file_exists($this->path)) { throw new PathException((string) $this->path); } diff --git a/System/SystemType.php b/System/SystemType.php index 5c630fe64..24aa27dd2 100644 --- a/System/SystemType.php +++ b/System/SystemType.php @@ -30,8 +30,8 @@ use phpOMS\Stdlib\Base\Enum; */ abstract class SystemType extends Enum { - /* public */ const UNKNOWN = 1; - /* public */ const WIN = 2; - /* public */ const LINUX = 3; - /* public */ const OSX = 4; + /* public */ const UNKNOWN = 1; + /* public */ const WIN = 2; + /* public */ const LINUX = 3; + /* public */ const OSX = 4; } \ No newline at end of file