Issue #3310346 by Hemuvyas97, Wim Leers: Improve Title Resolver return documentation

(cherry picked from commit 6d34fc2b74)
merge-requests/1766/merge
Alex Pott 2022-09-27 20:46:10 +01:00
parent a99518b374
commit efeb6f0ec2
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 1 additions and 1 deletions

View File

@ -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);