Skip to content

Commit 72a8032

Browse files
committed
style: apply php-cs-fixer changes
1 parent 6e1a86b commit 72a8032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/helpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function bootloader(?string $basePath = null): ApplicationBuilder
3232

3333
$app = $bootloader->create();
3434

35-
do_action(Log::WP_ACTION_SET_LOGGER, $app->make('log'));
35+
do_action(Log::WP_ACTION_SET_LOGGER, $app->make('log'));
3636

3737
return $bootloader;
3838
}

0 commit comments

Comments
 (0)