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

8.1.x
Nathaniel Catchpole 2015-11-25 14:50:28 +00:00
parent edc125abd0
commit 04df0c659d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ interface StackedRouteMatchInterface extends RouteMatchInterface {
/**
* 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();