X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Frouting%2FRequestContextAwareInterface.php;h=df5b9fcd4712e716b0da392b741db54c12906c57;hb=4e1bfbf98b844da83b18aca92ef00f11a4735806;hp=ebb0ef46ede286480bc1efb4e7e680a9ae0d29bb;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/symfony/routing/RequestContextAwareInterface.php b/vendor/symfony/routing/RequestContextAwareInterface.php index ebb0ef46e..df5b9fcd4 100644 --- a/vendor/symfony/routing/RequestContextAwareInterface.php +++ b/vendor/symfony/routing/RequestContextAwareInterface.php @@ -15,8 +15,6 @@ interface RequestContextAwareInterface { /** * Sets the request context. - * - * @param RequestContext $context The context */ public function setContext(RequestContext $context);