Skip to content

Commit bc53450

Browse files
authored
PHP 8.4 compat
1 parent 820537f commit bc53450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/ItemsWithPattern.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public function setPattern(string $pattern): void
9090
* @param string $pattern
9191
* @return string
9292
*/
93-
public function render(string $pattern = null): string
93+
public function render(?string $pattern = null): string
9494
{
9595
$pattern = $pattern ?? $this->pattern;
9696

0 commit comments

Comments
 (0)