Apply fixes from StyleCI (#13208)

This commit is contained in:
Jellyfrog
2021-09-08 23:35:56 +02:00
committed by GitHub
parent c6d2385c3a
commit 26b95c0ccc
370 changed files with 1667 additions and 1667 deletions

View File

@@ -32,7 +32,7 @@ class DatabaseConnectException extends \Exception implements UpgradeableExceptio
/**
* Try to convert the given Exception to a DatabaseConnectException
*
* @param \Exception $exception
* @param \Exception $exception
* @return static|null
*/
public static function upgrade($exception)

View File

@@ -31,7 +31,7 @@ class DuskUnsafeException extends \Exception implements UpgradeableException
/**
* Try to convert the given Exception to this exception
*
* @param \Exception $exception
* @param \Exception $exception
* @return static
*/
public static function upgrade($exception)

View File

@@ -34,7 +34,7 @@ class FilePermissionsException extends \Exception implements UpgradeableExceptio
/**
* Try to convert the given Exception to a FilePermissionsException
*
* @param \Exception $exception
* @param \Exception $exception
* @return static|null
*/
public static function upgrade($exception)
@@ -78,7 +78,7 @@ class FilePermissionsException extends \Exception implements UpgradeableExceptio
}
/**
* @param string $log_file
* @param string $log_file
* @return array
*/
private function generateCommands($log_file): array

View File

@@ -40,7 +40,7 @@ class HostUnreachableException extends \Exception
/**
* Add additional reasons
* @param string $message
* @param string $message
*/
public function addReason($message)
{

View File

@@ -33,7 +33,7 @@ class MaximumExecutionTimeExceeded extends \Exception implements UpgradeableExce
/**
* Try to convert the given Exception to a FilePermissionsException
*
* @param \Exception $exception
* @param \Exception $exception
* @return static|null
*/
public static function upgrade($exception)

View File

@@ -42,7 +42,7 @@ class UnserializableRouteCache extends \Exception implements UpgradeableExceptio
/**
* Try to convert the given Exception to this exception
*
* @param \Exception $exception
* @param \Exception $exception
* @return static|null
*/
public static function upgrade($exception)