Skip to content

Commit 0f78ac6

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent ea42237 commit 0f78ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FlexibleContentBlockPagesPanel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function panel(Panel $panel): Panel
2222
*
2323
* Another option if you are not already extending from another class, is to extend this class and overwrite the functions.
2424
*/
25-
public static function configurePanel(Panel $panel, ?string $id=null): Panel
25+
public static function configurePanel(Panel $panel, ?string $id = null): Panel
2626
{
2727
return $panel
2828
->id($id ?? static::ID)

0 commit comments

Comments
 (0)