diff --git a/src/Annotation/Method/Route.php b/src/Annotation/Method/Route.php index db4caf0..aec0959 100644 --- a/src/Annotation/Method/Route.php +++ b/src/Annotation/Method/Route.php @@ -4,8 +4,14 @@ namespace Notes\Route\Annotation\Method; class Route implements \Notes\Annotation { + /** + * @required + */ public string $name; + /** + * @required + */ public string $route; public string $method;