Skip to content

Commit 6f0aeaf

Browse files
committed
Apply phpcs
1 parent 94b01ad commit 6f0aeaf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/AttributeReader.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
namespace TypeLang\Reader;
66

7-
use TypeLang\Parser\Parser;
87
use TypeLang\Parser\Node\Stmt\TypeStatement;
8+
use TypeLang\Parser\Parser;
99
use TypeLang\Parser\ParserInterface;
1010
use TypeLang\Reader\AttributeReader\AttributeProviderInterface;
1111
use TypeLang\Reader\AttributeReader\DefaultAttributeProvider;
@@ -24,6 +24,7 @@ public function __construct(
2424

2525
/**
2626
* @param \ReflectionProperty|\ReflectionParameter|\ReflectionFunctionAbstract|\ReflectionClassConstant $reflector
27+
*
2728
* @throws TypeReadingException
2829
*/
2930
private function tryRead(\Reflector $reflector): ?TypeStatement

src/ReflectionReader.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ public function findParameterType(\ReflectionParameter $parameter): ?TypeStateme
8686
}
8787

8888
/**
89-
* @throws ReaderExceptionInterface
90-
* @throws UnrecognizedReflectionTypeException
9189
* @api
9290
*
91+
* @throws ReaderExceptionInterface
92+
* @throws UnrecognizedReflectionTypeException
9393
*/
9494
public function getType(\ReflectionType $type): TypeStatement
9595
{

0 commit comments

Comments
 (0)