Completed
Push — master ( 8e973a...811a95 )
by
unknown
03:40 queued 01:04
created
vendor/thecodingmachine/safe/generated/Exceptions/FunchandException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class FunchandException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/XmlException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class XmlException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/DatetimeException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class DatetimeException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/ShmopException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class ShmopException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/RpminfoException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class RpminfoException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/UrlException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class UrlException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/PasswordException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class PasswordException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/OutcontrolException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class OutcontrolException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.
vendor/thecodingmachine/safe/generated/Exceptions/EioException.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@
 block discarded – undo
3 3
 
4 4
 class EioException extends \ErrorException implements SafeExceptionInterface
5 5
 {
6
-    public static function createFromPhpError(): self
7
-    {
8
-        $error = error_get_last();
9
-        return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
-    }
6
+	public static function createFromPhpError(): self
7
+	{
8
+		$error = error_get_last();
9
+		return new self($error['message'] ?? 'An error occured', 0, $error['type'] ?? 1);
10
+	}
11 11
 }
Please login to merge, or discard this patch.