💚 Fix with PHPCS

This commit is contained in:
Clement Desmidt 2020-04-17 12:08:51 +02:00
parent ee0e59d9b3
commit c3a44ae390
15 changed files with 9 additions and 9 deletions

View File

@ -15,4 +15,4 @@ trait IsDistantTrait
} }
abstract public function retrieve(); abstract public function retrieve();
} }

View File

@ -7,4 +7,4 @@ use Exception;
class BackupException extends Exception class BackupException extends Exception
{ {
} }

View File

@ -7,4 +7,4 @@ use Exception;
class ComposerNotFoundException extends Exception class ComposerNotFoundException extends Exception
{ {
} }

View File

@ -4,7 +4,7 @@ namespace Shikiryu\Exceptions;
use Exception; use Exception;
class DistantException extends Exception class DistantException extends Exception
{ {
} }

View File

@ -7,4 +7,4 @@ use Exception;
class LocalException extends Exception class LocalException extends Exception
{ {
} }

View File

@ -7,4 +7,4 @@ use Exception;
class ScenarioException extends Exception class ScenarioException extends Exception
{ {
} }

View File

@ -7,4 +7,4 @@ use Exception;
class ScenarioNotFoundException extends Exception class ScenarioNotFoundException extends Exception
{ {
} }

View File

@ -7,4 +7,4 @@ use Exception;
class TransportException extends Exception class TransportException extends Exception
{ {
} }