Completed
Push — master ( 8e973a...811a95 )
by
unknown
03:40 queued 01:04
created
lib/Vendor/Elastic/Transport/Exception/NoAsyncClientException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class NoAsyncClientException extends RuntimeException implements TransportException
19
-{
18
+class NoAsyncClientException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidIterableException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class InvalidIterableException extends RuntimeException implements TransportException
19
-{
18
+class InvalidIterableException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/RuntimeException.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException as RootRuntimeException;
Please login to merge, or discard this patch.
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException as RootRuntimeException;
18
-class RuntimeException extends RootRuntimeException implements TransportException
19
-{
18
+class RuntimeException extends RootRuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/CloudIdParseException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class CloudIdParseException extends RuntimeException implements TransportException
19
-{
18
+class CloudIdParseException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidXmlException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class InvalidXmlException extends RuntimeException implements TransportException
19
-{
18
+class InvalidXmlException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/NotFoundException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class NotFoundException extends RuntimeException implements TransportException
19
-{
18
+class NotFoundException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/SerializeException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class SerializeException extends RuntimeException implements TransportException
19
-{
18
+class SerializeException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/UnknownContentTypeException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class UnknownContentTypeException extends RuntimeException implements TransportException
19
-{
18
+class UnknownContentTypeException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.
lib/Vendor/Elastic/Transport/Exception/InvalidJsonException.php 2 patches
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,6 +15,5 @@
 block discarded – undo
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
18
-class InvalidJsonException extends RuntimeException implements TransportException
19
-{
18
+class InvalidJsonException extends RuntimeException implements TransportException {
20 19
 }
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
  * Elasticsearch B.V licenses this file to you under the MIT License.
12 12
  * See the LICENSE file in the project root for more information.
13 13
  */
14
-declare (strict_types=1);
14
+declare(strict_types=1);
15 15
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Elastic\Transport\Exception;
16 16
 
17 17
 use RuntimeException;
Please login to merge, or discard this patch.