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.
2 parents db7d9a1 + c6873ad commit d2a0cb9Copy full SHA for d2a0cb9
Controller/Annotations/Route.php
@@ -45,11 +45,11 @@ class CompatRoute extends BaseAnnotationRoute
45
class Route extends CompatRoute
46
{
47
/**
48
- * @param array|string $data
49
- * @param array|string|null $path
50
- * @param string[] $requirements
51
- * @param string[]|string $methods
52
- * @param string[]|string $schemes
+ * @param array|string $data
+ * @param array|string|null $path
+ * @param array<string|\Stringable> $requirements
+ * @param string[]|string $methods
+ * @param string[]|string $schemes
53
*
54
* @throws \TypeError if the $data argument is an unsupported type
55
*/
0 commit comments