@@ -6,7 +6,7 @@ discard block |
||
| 6 | 6 | * |
| 7 | 7 | * @package Hyphper |
| 8 | 8 | */ |
| 9 | -declare(strict_types=1); |
|
| 9 | +declare(strict_types = 1); |
|
| 10 | 10 | |
| 11 | 11 | namespace Hyphper; |
| 12 | 12 | |
@@ -196,7 +196,7 @@ discard block |
||
| 196 | 196 | |
| 197 | 197 | $header = pack( |
| 198 | 198 | 'nCCCN', |
| 199 | - ($this->body_len & 0xFFFF00) >> 8, // Length spread over top 24 bits |
|
| 199 | + ($this->body_len & 0xFFFF00) >> 8, // Length spread over top 24 bits |
|
| 200 | 200 | $this->body_len & 0x0000FF, |
| 201 | 201 | $this->type, |
| 202 | 202 | $flags, |
@@ -99,7 +99,7 @@ |
||
| 99 | 99 | $this->flags->add($flag); |
| 100 | 100 | } |
| 101 | 101 | |
| 102 | - if ($this->stream_association === self::HAS_STREAM && !$this->stream_id) { |
|
| 102 | + if ($this->stream_association === self::HAS_STREAM && !$this->stream_id) { |
|
| 103 | 103 | throw new InvalidFrameException(); |
| 104 | 104 | } |
| 105 | 105 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types=1); |
|
| 2 | +declare(strict_types = 1); |
|
| 3 | 3 | namespace Hyphper\Frame; |
| 4 | 4 | |
| 5 | 5 | use Hyphper\Frame\PaddingInterface; |