@@ -55,7 +55,7 @@ |
||
| 55 | 55 | */ |
| 56 | 56 | public function arrayLabels($array = array()) |
| 57 | 57 | { |
| 58 | - if (! count($array)) { |
|
| 58 | + if (!count($array)) { |
|
| 59 | 59 | return ''; |
| 60 | 60 | } |
| 61 | 61 | |