Skip to content

Commit

Permalink
Update route requirements docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
vracini committed Apr 17, 2024
1 parent db7d9a1 commit c6873ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Controller/Annotations/Route.php
Expand Up @@ -45,11 +45,11 @@ class CompatRoute extends BaseAnnotationRoute
class Route extends CompatRoute
{
/**
* @param array|string $data
* @param array|string|null $path
* @param string[] $requirements
* @param string[]|string $methods
* @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
*
* @throws \TypeError if the $data argument is an unsupported type
*/
Expand Down

0 comments on commit c6873ad

Please sign in to comment.