@@ -68,6 +68,8 @@ discard block |
||
| 68 | 68 | |
| 69 | 69 | /** |
| 70 | 70 | * {@inheritdoc} |
| 71 | + * @param integer $option |
|
| 72 | + * @param integer $value |
|
| 71 | 73 | */ |
| 72 | 74 | public function hasOption($option, $value = null) |
| 73 | 75 | { |
@@ -92,6 +94,7 @@ discard block |
||
| 92 | 94 | |
| 93 | 95 | /** |
| 94 | 96 | * {@inheritdoc} |
| 97 | + * @param integer $option |
|
| 95 | 98 | */ |
| 96 | 99 | public function removeOption($option) |
| 97 | 100 | { |
@@ -107,6 +110,10 @@ discard block |
||
| 107 | 110 | |
| 108 | 111 | $this->options = array_filter( |
| 109 | 112 | $this->options, |
| 113 | + |
|
| 114 | + /** |
|
| 115 | + * @param integer $transportOption |
|
| 116 | + */ |
|
| 110 | 117 | function ($transportOption) use ($option) { |
| 111 | 118 | /** @var \Jgut\Spiral\Option $transportOption */ |
| 112 | 119 | return !($transportOption->getOption() === $option); |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -183,7 +183,7 @@ |
||
| 183 | 183 | * Build cURL option. |
| 184 | 184 | * |
| 185 | 185 | * @param int|string $option |
| 186 | - * @param mixed $value |
|
| 186 | + * @param string $value |
|
| 187 | 187 | * |
| 188 | 188 | * @return \Jgut\Spiral\Option |
| 189 | 189 | * |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |
@@ -1,10 +1,10 @@ |
||
| 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 | |