@@ -22,8 +22,7 @@ |
||
| 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 | * |
@@ -2,8 +2,7 @@ |
||
| 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 | * |
@@ -2,8 +2,7 @@ |
||
| 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 | * |
@@ -14,8 +14,7 @@ |
||
| 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 | * |
@@ -21,8 +21,7 @@ |
||
| 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 | * |
@@ -10,8 +10,7 @@ |
||
| 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 | * |
@@ -2,8 +2,7 @@ |
||
| 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 | * |
@@ -17,8 +17,7 @@ |
||
| 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 | * |
@@ -40,8 +40,7 @@ |
||
| 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 | * |