8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c750a97 commit 51d50e7Copy full SHA for 51d50e7
src/Symfony/Component/Routing/Attribute/Route.php
@@ -208,13 +208,16 @@ public function getEnv(): ?string
208
return $this->env;
209
}
210
211
+ /**
212
+ * @return string[]
213
+ */
214
public function getAliases(): array
215
{
216
return $this->aliases;
217
218
219
/**
- * @param list<string>|string $aliases
220
+ * @param string[]|string $aliases
221
*
222
* @throws InvalidArgumentException if the "alias" argument is not a string or an array of strings
223
*/
0 commit comments