@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace PeeHaa\AsyncTwitter\Examples; |
| 4 | 4 | |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | |
| 18 | 18 | public function hasExtraErrorInfo(): bool |
| 19 | 19 | { |
| 20 | - return (bool)count($this->extraErrorInfo); |
|
| 20 | + return (bool) count($this->extraErrorInfo); |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | public function getExtraErrorInfo(): array |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace PeeHaa\AsyncTwitter\Examples; |
| 4 | 4 | |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types=1); |
|
| 1 | +<?php declare(strict_types = 1); |
|
| 2 | 2 | |
| 3 | 3 | namespace PeeHaa\AsyncTwitter\Examples; |
| 4 | 4 | |