@@ -23,7 +23,7 @@ discard block |
||
| 23 | 23 | * |
| 24 | 24 | * @var callable[] |
| 25 | 25 | */ |
| 26 | - private $pipes = []; |
|
| 26 | + private $pipes = [ ]; |
|
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * The destination of the last pipe |
@@ -86,7 +86,7 @@ discard block |
||
| 86 | 86 | */ |
| 87 | 87 | public function pipe($last) |
| 88 | 88 | { |
| 89 | - $this->pipes[] = $last; |
|
| 89 | + $this->pipes[ ] = $last; |
|
| 90 | 90 | |
| 91 | 91 | return $this; |
| 92 | 92 | } |