Completed
Push — master ( 69f1bc...444b7c )
by
unknown
02:38
created
vendor/thecodingmachine/safe/generated/Exceptions/GnupgException.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 GnupgException 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/Oci8Exception.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 Oci8Exception 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/Ssh2Exception.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 Ssh2Exception 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/IbmDb2Exception.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 IbmDb2Exception 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/ImageException.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 ImageException 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/PcntlException.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 PcntlException 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/ErrorfuncException.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 ErrorfuncException 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/ZlibException.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 ZlibException 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/YamlException.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 YamlException 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.