Skip to content

Commit 6461517

Browse files
author
Kirill Nesmeyanov
committed
Apply phpcs
1 parent d462f31 commit 6461517

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ReflectionReader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,10 @@ public function findParameterType(\ReflectionParameter $parameter): ?TypeStateme
8282
}
8383

8484
/**
85+
* @api
86+
*
8587
* @throws ReaderExceptionInterface
8688
* @throws UnrecognizedReflectionTypeException
87-
* @api
8889
*/
8990
public function getType(\ReflectionType $type): TypeStatement
9091
{

0 commit comments

Comments
 (0)