Completed
Push — master ( 6bb318...e93d89 )
by Julián
03:28 queued 01:12
created
src/Option/OptionFile.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/OptionInt.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/OptionRegex.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/OptionString.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/Transport.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.
tests/Spiral/Option/OptionBoolTest.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.
tests/Spiral/Option/OptionFactoryTest.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.
tests/Spiral/Option/OptionFileTest.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.
tests/Spiral/Option/OptionIntTest.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.