We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5214eb9 commit 61ddf2cCopy full SHA for 61ddf2c
1 file changed
src/Http/Context/SharpContext.php
@@ -27,7 +27,7 @@ public function globalFilterValue(string $handlerClassOrKey): array|string|null
27
}
28
29
30
- return $handler?->currentValue();
+ return $handler->currentValue();
31
32
33
public function globalFilterUrlSegmentValue(): string
0 commit comments