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 7e00dc2 commit a438d15Copy full SHA for a438d15
src/RequestContextProvider.php
@@ -43,7 +43,7 @@ public function __construct(Request $currentRequest = null)
43
public function getContext(): ?array
44
{
45
if ($this->currentRequest === null) {
46
- return;
+ return null;
47
}
48
49
$controller = null;
0 commit comments