@@ -29,7 +29,7 @@ |
||
29 | 29 | */ |
30 | 30 | public function count() |
31 | 31 | { |
32 | - if($this->iterator instanceof \Countable) { |
|
32 | + if ($this->iterator instanceof \Countable) { |
|
33 | 33 | return $this->iterator->count(); |
34 | 34 | } |
35 | 35 | return 0; |
@@ -29,7 +29,7 @@ |
||
29 | 29 | */ |
30 | 30 | public function count() |
31 | 31 | { |
32 | - if($this->iterator instanceof \Countable) { |
|
32 | + if ($this->iterator instanceof \Countable) { |
|
33 | 33 | return $this->iterator->count(); |
34 | 34 | } |
35 | 35 | return 0; |