We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 820537f commit bc53450Copy full SHA for bc53450
Block/ItemsWithPattern.php
@@ -90,7 +90,7 @@ public function setPattern(string $pattern): void
90
* @param string $pattern
91
* @return string
92
*/
93
- public function render(string $pattern = null): string
+ public function render(?string $pattern = null): string
94
{
95
$pattern = $pattern ?? $this->pattern;
96
0 commit comments