Completed
Pull Request — master (#359)
by Maxence
41s
created
lib/Vendor/Elastic/Transport/Exception/SerializeException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class SerializeException extends RuntimeException implements TransportException
20
-{
19
+class SerializeException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/NoAsyncClientException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class NoAsyncClientException extends RuntimeException implements TransportException
20
-{
19
+class NoAsyncClientException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/UndefinedPropertyException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class UndefinedPropertyException extends RuntimeException implements TransportException
20
-{
19
+class UndefinedPropertyException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidXmlException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class InvalidXmlException extends RuntimeException implements TransportException
20
-{
19
+class InvalidXmlException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidJsonException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class InvalidJsonException extends RuntimeException implements TransportException
20
-{
19
+class InvalidJsonException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/CloudIdParseException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class CloudIdParseException extends RuntimeException implements TransportException
20
-{
19
+class CloudIdParseException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/TransportException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use Throwable;
18 18
 
19
-interface TransportException extends Throwable
20
-{
19
+interface TransportException extends Throwable {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/NotFoundException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class NotFoundException extends RuntimeException implements TransportException
20
-{
19
+class NotFoundException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidArrayException.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 
17 17
 use RuntimeException;
18 18
 
19
-class InvalidArrayException extends RuntimeException implements TransportException
20
-{
19
+class InvalidArrayException extends RuntimeException implements TransportException {
21 20
 
22 21
 }
23 22
\ No newline at end of file
Please login to merge, or discard this patch.