Commit 9d24c66f authored by Oana-Eliza Alexa's avatar Oana-Eliza Alexa
Browse files

fix indent

1 merge request!74Draft: Resolve "Redesign audit class"
Pipeline #32450 failed with stages
in 19 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -50,7 +50,7 @@ class Audit implements EndpointInterface ...@@ -50,7 +50,7 @@ class Audit implements EndpointInterface
$result = $this->processAuditDeletion($this->gateway->getObjectTypeTask('Audit')); $result = $this->processAuditDeletion($this->gateway->getObjectTypeTask('Audit'));
// Recursive function to filter out empty arrays at any depth // Recursive function to filter out empty arrays at any depth
$filteredResults = Utils::recursiveArrayFilter($result); $filteredResults = $this->utils->recursiveArrayFilter($result);
if (empty($filteredResults)) { if (empty($filteredResults)) {
return [$this->errorMessage]; return [$this->errorMessage];
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment