Issue #3310346 by Hemuvyas97, Wim Leers: Improve Title Resolver return documentation
(cherry picked from commit 6d34fc2b74
)
merge-requests/1766/merge
parent
a99518b374
commit
efeb6f0ec2
|
@ -26,7 +26,7 @@ interface TitleResolverInterface {
|
|||
* @param \Symfony\Component\Routing\Route $route
|
||||
* The route information of the route to fetch the title.
|
||||
*
|
||||
* @return array|string|null
|
||||
* @return array|string|\Stringable|null
|
||||
* The title for the route.
|
||||
*/
|
||||
public function getTitle(Request $request, Route $route);
|
||||
|
|
Loading…
Reference in New Issue