File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 44
55namespace TypeLang \Reader ;
66
7- use TypeLang \Parser \Parser ;
87use TypeLang \Parser \Node \Stmt \TypeStatement ;
8+ use TypeLang \Parser \Parser ;
99use TypeLang \Parser \ParserInterface ;
1010use TypeLang \Reader \AttributeReader \AttributeProviderInterface ;
1111use 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
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments