Skip to content

Commit ab4019f

Browse files
committed
fix: syntax error
1 parent bca0c42 commit ab4019f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/Eel/Helper/ComponentLoaderHelper.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ public function replaceMethodMarker(string $value, string $markerName, string $r
3636
return str_replace($search, $rawMethod, $value);
3737
}
3838

39-
public function isProduction(): boolean {
39+
public function isProduction(): bool {
4040
return $this->bootstrap->getContext()->isProduction();
4141
}
4242

43-
public function isDevelopment(): boolean {
43+
public function isDevelopment(): bool {
4444
return $this->bootstrap->getContext()->isDevelopment();
4545
}
4646

0 commit comments

Comments
 (0)