mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
💚 Fix with PHPCS
This commit is contained in:
@@ -15,4 +15,4 @@ trait IsDistantTrait
|
||||
}
|
||||
|
||||
abstract public function retrieve();
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class BackupException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class ComposerNotFoundException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@ namespace Shikiryu\Exceptions;
|
||||
|
||||
use Exception;
|
||||
|
||||
class DistantException extends Exception
|
||||
class DistantException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class LocalException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class ScenarioException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class ScenarioNotFoundException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -7,4 +7,4 @@ use Exception;
|
||||
class TransportException extends Exception
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user