You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DynamicRouter.php
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -210,10 +210,13 @@ public function supports($name)
210
210
* request method is not allowed
211
211
*
212
212
* @deprecated Use matchRequest exclusively to avoid problems. This method will be removed in version 2.0
213
+
*
213
214
* @api
214
215
*/
215
216
publicfunctionmatch($pathinfo)
216
217
{
218
+
@trigger_error(__CLASS__.'::'.__METHOD__.'() is deprecated since version 1.3 and will be removed in 2.0. Use matchRequest() instead.', E_USER_DEPRECATED);
0 commit comments