Passed
Push — dependabot/npm_and_yarn/dev/la... ( 32a8a3 )
by
unknown
13:01
created
app/Models/JobApplication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -214,7 +214,7 @@
 block discarded – undo
214 214
     public function meetsEssentialCriteria(): bool
215 215
     {
216 216
         $essentialCriteria = $this->job_poster->criteria->filter(
217
-            function ($value, $key) {
217
+            function($value, $key) {
218 218
                 return $value->criteria_type->name == 'essential';
219 219
             }
220 220
         );
Please login to merge, or discard this patch.