Skip to content

Commit c16667e

Browse files
fancywebnicolas-grekas
authored andcommitted
Remove \Throwable support deprecation layer
1 parent 88ef274 commit c16667e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DataCollector/ValidatorDataCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
/**
2626
* @author Maxime Steinhausser <[email protected]>
2727
*
28-
* @final since Symfony 4.4
28+
* @final
2929
*/
3030
class ValidatorDataCollector extends DataCollector implements LateDataCollectorInterface
3131
{
@@ -40,7 +40,7 @@ public function __construct(TraceableValidator $validator)
4040
/**
4141
* {@inheritdoc}
4242
*/
43-
public function collect(Request $request, Response $response, \Exception $exception = null)
43+
public function collect(Request $request, Response $response, \Throwable $exception = null)
4444
{
4545
// Everything is collected once, on kernel terminate.
4646
}

0 commit comments

Comments
 (0)