@@ -146,8 +146,8 @@ |
||
146 | 146 | if (array_key_exists('branch', $results)) { |
147 | 147 | |
148 | 148 | /** |
149 | - * Format branches as an array of branches even if there is only one branch per company |
|
150 | - */ |
|
149 | + * Format branches as an array of branches even if there is only one branch per company |
|
150 | + */ |
|
151 | 151 | foreach ($results as $key => $value) { |
152 | 152 | if (is_object($value['branch'])) { |
153 | 153 | $results[$key]['branch'] = array($value['branch']); |