Skip to content

Commit

Permalink
lint fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder-somar committed Oct 9, 2023
1 parent cf6a711 commit 56cef26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/ElementFormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public function finished()
return null;
}

while(!$page instanceof SiteTree) {
while (!$page instanceof SiteTree) {
$page = $page->getPage();

if ($page === null) {
Expand Down

0 comments on commit 56cef26

Please sign in to comment.