Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei authored and github-actions[bot] committed Aug 20, 2024
1 parent 8aa6085 commit 5a6c396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion classes/Autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ private function registry(string $type): array
}

$this->registry[$type] = [];
$finder = (new Finder())->files()
$finder = (new Finder)->files()
->name($options['name'])
->in($dir);

Expand Down
2 changes: 1 addition & 1 deletion tests/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
const KIRBY_HELPER_E = false;

require __DIR__.'/../vendor/autoload.php';
echo (new Kirby())->render();
echo (new Kirby)->render();

0 comments on commit 5a6c396

Please sign in to comment.