Completed
Push — master ( bfc36f...e3681f )
by Ariel
13:05
created
src/Vacancy/VacancyManager.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -108,8 +108,7 @@
 block discarded – undo
108 108
                                                           ->where('slug', $statement['capacity'])
109 109
                                                           ->first()
110 110
                                                           ->id;
111
-        }
112
-        else
111
+        } else
113 112
         {
114 113
             $vacancyValues['capacity'] = intval($statement['capacity']);
115 114
         }
Please login to merge, or discard this patch.