@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Fol; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Fol; |
| 5 | 5 | |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | try { |
| 87 | 87 | return $this->items[$id] = array_reduce( |
| 88 | 88 | $this->services[$id], |
| 89 | - function ($item, callable $callback) { |
|
| 89 | + function($item, callable $callback) { |
|
| 90 | 90 | return $callback($this, $item); |
| 91 | 91 | } |
| 92 | 92 | ); |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Fol; |
| 5 | 5 | |