We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3be750 commit fe07cbfCopy full SHA for fe07cbf
DataCollector/TwigInspectorCollector.php
@@ -12,7 +12,7 @@
12
class TwigInspectorCollector implements DataCollectorInterface
13
{
14
#[\Override]
15
- public function collect(Request $request, Response $response, \Throwable $exception = null): void
+ public function collect(Request $request, Response $response, ?\Throwable $exception = null): void
16
17
}
18
0 commit comments