Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Apr 8, 2024
1 parent 9ee1bc3 commit 85ace9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DependencyInjection/PimcoreStudioApiExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ private function getPaths(): array
}

ksort($paths);

return $paths;
}

Expand All @@ -118,6 +119,7 @@ private function getSchemas(): array
}

ksort($schemas);

return $schemas;
}
}

0 comments on commit 85ace9e

Please sign in to comment.