@@ -61,7 +61,7 @@ |
||
61 | 61 | /** @var BasicSearch $query */ |
62 | 62 | $query = $xml['{DAV:}basicsearch']; |
63 | 63 | $scopes = $query->from; |
64 | - $results = array_map(function (Scope $scope) { |
|
64 | + $results = array_map(function(Scope $scope) { |
|
65 | 65 | $scope->path = $this->pathHelper->getPathFromUri($scope->href); |
66 | 66 | if ($this->searchBackend->isValidScope($scope->href, $scope->depth, $scope->path)) { |
67 | 67 | $searchProperties = $this->searchBackend->getPropertyDefinitionsForScope($scope->href, $scope->path); |