Skip to content

Commit

Permalink
🚨 code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Jan 30, 2024
1 parent ae5f68d commit 8b00ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Roots/Acorn/Bootloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ protected function registerWordPressRoute(ApplicationContract $app)
$content = '';

$levels = ob_get_level();
for ( $i = 0; $i < $levels; $i++ ) {
for ($i = 0; $i < $levels; $i++) {
$content .= ob_get_clean();
}

Expand Down

0 comments on commit 8b00ba2

Please sign in to comment.