From ff9b788bfb6e274352901ade7b0e77fb054ac504 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Thu, 31 Mar 2016 04:35:39 -0400 Subject: [PATCH] Applied fixes from StyleCI --- DynamicRouter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DynamicRouter.php b/DynamicRouter.php index 9e6802c1..abfd2993 100644 --- a/DynamicRouter.php +++ b/DynamicRouter.php @@ -210,7 +210,7 @@ public function supports($name) * request method is not allowed * * @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0 - * + * * @api */ public function match($pathinfo)