Skip to content
Snippets Groups Projects
Commit 04df0c65 authored by catch's avatar catch
Browse files

Issue #2608938 by rakesh.gectcr: Wrong @return comment block in...

Issue #2608938 by rakesh.gectcr: Wrong @return comment block in StackedRouteMatchInterface interface
parent edc125ab
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ public function getMasterRouteMatch();
/**
* Returns the parent route match of the current.
*
* @return \Drupal\Core\Routing\RouteMatchInterface\NULL
* @return \Drupal\Core\Routing\RouteMatchInterface|NULL
* The parent route match or NULL, if it the master route match.
*/
public function getParentRouteMatch();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment