Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / http-kernel / Controller / ControllerResolverInterface.php
index f7b19ed1bdbacaa95e83a76e8a937bb8b3569dfc..0dd7cce96d905098eadc78da521e672dc2d21896 100644 (file)
@@ -52,6 +52,8 @@ interface ControllerResolverInterface
      * @return array An array of arguments to pass to the controller
      *
      * @throws \RuntimeException When value for argument given is not provided
+     *
+     * @deprecated This method is deprecated as of 3.1 and will be removed in 4.0. Please use the {@see ArgumentResolverInterface} instead.
      */
     public function getArguments(Request $request, $controller);
 }