Completed
Push — master ( 7d9a24...be97b9 )
by Julián
02:54 queued 21s
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
      * @param array                               $vars
66 66
      * @param array                               $flags
67 67
      *
68
-     * @return \Psr\Http\Message\RequestInterface
68
+     * @return ResponseInterface
69 69
      */
70 70
     public function request(
71 71
         RequestInterface $request,
Please login to merge, or discard this patch.
tests/bootstrap.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
7
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
7
+     */
8 8
 
9 9
 namespace Jgut\Spiral\Transport;
10 10
 
Please login to merge, or discard this patch.
src/Transport/Curl.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Exception/OptionException.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Option.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Option/Option.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Option/OptionBool.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Option/OptionCallback.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.
src/Option/OptionFactory.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
- *
5
- * @link https://github.com/juliangut/spiral for the canonical source repository
6
- *
7
- * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
- */
3
+     * Spiral: PSR7 aware cURL client (https://github.com/juliangut/spiral)
4
+     *
5
+     * @link https://github.com/juliangut/spiral for the canonical source repository
6
+     *
7
+     * @license https://raw.githubusercontent.com/juliangut/spiral/master/LICENSE
8
+     */
9 9
 
10 10
 namespace Jgut\Spiral\Transport;
11 11
 
Please login to merge, or discard this patch.