Skip to content

Commit 486e0c0

Browse files
author
Andrey Helldar
authored
Update Annotation.php
1 parent b47df58 commit 486e0c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Support/Annotation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function exceptions(string $controller, ?string $method = null): Collecti
7575
->filter();
7676
}
7777

78-
public function response(string $controller, ?string $method = null): ?Returns
78+
public function response(string $controller, ?string $method = null)
7979
{
8080
return $this->get(function (DocBlock $doc) {
8181
$returns = array_map(static fn (Return_ $tag) => Returns::make($tag), $this->getTagsByName($doc, 'return'));

0 commit comments

Comments
 (0)