@@ -120,7 +120,7 @@ |
||
120 | 120 | throw new RouteNotFoundException('$name must be an instance of SeoAwareInterface'); |
121 | 121 | } |
122 | 122 | /** |
123 | - * @param mixed $name |
|
123 | + * @param string $name |
|
124 | 124 | * @param array $parameters which should contain a content field containing |
125 | 125 | * a RouteReferrersReadInterface object |
126 | 126 | * |