Test Failed
Pull Request — main (#25)
by Vasil
03:46
created
src/Service/Location/Office/FindOfficeResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
             return $this->offices;
37 37
         }
38 38
 
39
-        return $this->offices->filter(function (Office $office) use ($type) {
39
+        return $this->offices->filter(function(Office $office) use ($type) {
40 40
             return $office->getType() == $type;
41 41
         });
42 42
     }
Please login to merge, or discard this patch.