Failed Conditions
Pull Request — 0.2 (#65)
by Rafael
05:32
created
src/Api/Controllers/CompaniesController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,8 +146,8 @@
 block discarded – undo
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']);
Please login to merge, or discard this patch.