Skip to content

Commit 89fa176

Browse files
author
Andrey Helldar
authored
Merge pull request #4 from andrey-helldar/analysis-BMYAZ6
Apply fixes from StyleCI
2 parents 0aa7fc9 + 5a668e4 commit 89fa176

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
@@ -54,7 +54,7 @@ public function isDeprecated(string $controller, string $method = null)
5454
* @param string $controller
5555
* @param string|null $method
5656
*
57-
* @return \Illuminate\Support\Collection|\Helldar\LaravelRoutesCore\Models\Tags\Throws[]
57+
* @return \Helldar\LaravelRoutesCore\Models\Tags\Throws[]|\Illuminate\Support\Collection
5858
*/
5959
public function exceptions(string $controller, string $method = null): Collection
6060
{

0 commit comments

Comments
 (0)