@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Scalp; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Scalp; |
| 6 | 6 | |
@@ -1,6 +1,6 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -declare(strict_types=1); |
|
| 3 | +declare(strict_types = 1); |
|
| 4 | 4 | |
| 5 | 5 | namespace Scalp; |
| 6 | 6 | |
@@ -74,7 +74,7 @@ discard block |
||
| 74 | 74 | return $this->isEmpty() || $p($this->get()); |
| 75 | 75 | } |
| 76 | 76 | |
| 77 | - final public function foreach(callable $f): void |
|
| 77 | + final public function foreach (callable $f): void |
|
| 78 | 78 | { |
| 79 | 79 | $this->isEmpty() ?: $f($this->get()); |
| 80 | 80 | } |