Completed
Push — master ( a98f6a...db4837 )
by
unknown
08:09 queued 05:35
created
lib/Vendor/Psr/Http/Message/UriInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,7 @@
 block discarded – undo
22 22
  *
23 23
  * @link http://tools.ietf.org/html/rfc3986 (the URI specification)
24 24
  */
25
-interface UriInterface
26
-{
25
+interface UriInterface {
27 26
     /**
28 27
      * Retrieve the scheme component of the URI.
29 28
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/StreamFactoryInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Psr\Http\Message;
4 4
 
5
-interface StreamFactoryInterface
6
-{
5
+interface StreamFactoryInterface {
7 6
     /**
8 7
      * Create a new stream from a string.
9 8
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/UploadedFileFactoryInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Psr\Http\Message;
4 4
 
5
-interface UploadedFileFactoryInterface
6
-{
5
+interface UploadedFileFactoryInterface {
7 6
     /**
8 7
      * Create a new uploaded file.
9 8
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/MessageInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,8 +14,7 @@
 block discarded – undo
14 14
  * @link http://www.ietf.org/rfc/rfc7230.txt
15 15
  * @link http://www.ietf.org/rfc/rfc7231.txt
16 16
  */
17
-interface MessageInterface
18
-{
17
+interface MessageInterface {
19 18
     /**
20 19
      * Retrieves the HTTP protocol version as a string.
21 20
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/RequestInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,7 @@
 block discarded – undo
21 21
  * be implemented such that they retain the internal state of the current
22 22
  * message and return an instance that contains the changed state.
23 23
  */
24
-interface RequestInterface extends MessageInterface
25
-{
24
+interface RequestInterface extends MessageInterface {
26 25
     /**
27 26
      * Retrieves the message's request target.
28 27
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/UploadedFileInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,7 @@
 block discarded – undo
10 10
  * state of the current instance and return an instance that contains the
11 11
  * changed state.
12 12
  */
13
-interface UploadedFileInterface
14
-{
13
+interface UploadedFileInterface {
15 14
     /**
16 15
      * Retrieve a stream representing the uploaded file.
17 16
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/ServerRequestFactoryInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace OCA\FullTextSearch_Elasticsearch\Vendor\Psr\Http\Message;
4 4
 
5
-interface ServerRequestFactoryInterface
6
-{
5
+interface ServerRequestFactoryInterface {
7 6
     /**
8 7
      * Create a new server request.
9 8
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/ResponseInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -17,8 +17,7 @@
 block discarded – undo
17 17
  * be implemented such that they retain the internal state of the current
18 18
  * message and return an instance that contains the changed state.
19 19
  */
20
-interface ResponseInterface extends MessageInterface
21
-{
20
+interface ResponseInterface extends MessageInterface {
22 21
     /**
23 22
      * Gets the response status code.
24 23
      *
Please login to merge, or discard this patch.
lib/Vendor/Psr/Http/Message/ServerRequestInterface.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -40,8 +40,7 @@
 block discarded – undo
40 40
  * be implemented such that they retain the internal state of the current
41 41
  * message and return an instance that contains the changed state.
42 42
  */
43
-interface ServerRequestInterface extends RequestInterface
44
-{
43
+interface ServerRequestInterface extends RequestInterface {
45 44
     /**
46 45
      * Retrieve server parameters.
47 46
      *
Please login to merge, or discard this patch.