@@ -268,7 +268,7 @@ |
||
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; |