File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments