X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FRouting%2FStackedRouteMatchInterface.php;h=c20796fe86e6bb4333ee2f8e77636ab077babc87;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=45b777cfaed636c9a33a225930791bc18fcc476c;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php b/web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php index 45b777cfa..c20796fe8 100644 --- a/web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php +++ b/web/core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php @@ -40,7 +40,7 @@ interface StackedRouteMatchInterface extends RouteMatchInterface { * The request. * * @return \Drupal\Core\Routing\RouteMatchInterface|null - * THe matching route match, or NULL if there is no matching one. + * The matching route match, or NULL if there is no matching one. */ public function getRouteMatchFromRequest(Request $request);