8000
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 e348f56 commit 7052758Copy full SHA for 7052758
src/Symfony/Component/HttpKernel/Event/FilterControllerArgumentsEvent.php
@@ -17,7 +17,7 @@
17
/**
18
* @deprecated since Symfony 4.3, use ControllerArgumentsEvent instead
19
*/
20
-class FilterControllerArgumentsEvent extends FilterControllerEvent
+class FilterControllerArgumentsEvent extends IntermediaryParent
21
{
22
private $arguments;
23
@@ -41,3 +41,10 @@ public function setArguments(array $arguments)
41
$this->arguments = $arguments;
42
}
43
44
+
45
+/**
46
+ * @internal To be removed in Symfony 5.0. Do not rely on FilterControllerArgumentsEvent extending ControllerEvent which will be final.
47
+ */
48
+class IntermediaryParent extends ControllerEvent
49
+{
50
+}
0 commit comments