Test Setup Failed
Push — master ( b2ac0d...e66683 )
by
unknown
10:33 queued 05:22
created
src/Oro/Bundle/ApiBundle/Tests/Functional/RestJsonApi/DocumentationTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@
 block discarded – undo
268 268
     {
269 269
         return $this->filterDocs(
270 270
             $this->getExtractor()->all(self::VIEW),
271
-            function (Route $route) use ($entityType, $action) {
271
+            function(Route $route) use ($entityType, $action) {
272 272
                 return
273 273
                     $route->getDefault('entity') === $entityType
274 274
                     && $route->getDefault('_action') === $action;
Please login to merge, or discard this patch.