Skip to content

Commit b5464b4

Browse files
Devonabgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b328eb5 commit b5464b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/EasyFooterPlugin.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getId(): string
5858
*/
5959
public function register(Panel $panel): void
6060
{
61-
if ($this->shouldSkipRendering() || !$this->isFooterEnabled) {
61+
if ($this->shouldSkipRendering() || ! $this->isFooterEnabled) {
6262
return;
6363
}
6464

@@ -78,12 +78,11 @@ public function register(Panel $panel): void
7878
);
7979
}
8080

81-
8281
/**
8382
* Enable or disable the footer completely
8483
* using ->footerEnabled(true or false)
8584
*
86-
* @param bool $enabled Whether the footer should be displayed
85+
* @param bool $enabled Whether the footer should be displayed
8786
*/
8887
public function footerEnabled(bool $enabled = true): static
8988
{
@@ -100,7 +99,6 @@ public function isFooterEnabled(): bool
10099
return $this->isFooterEnabled;
101100
}
102101

103-
104102
/**
105103
* Check if the footer rendering should be skipped
106104
*/

0 commit comments

Comments
 (0)