@@ -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 |
@@ -89,7 +89,7 @@ discard block |
||
89 | 89 | public function pipe($last) |
90 | 90 | { |
91 | 91 | $this->clear(); |
92 | - $this->pipes[] = $last; |
|
92 | + $this->pipes[ ] = $last; |
|
93 | 93 | |
94 | 94 | return $this; |
95 | 95 | } |