@@ -131,7 +131,6 @@ public function testResolvingFQSENs(string $fqsen): void
131131 * @uses \phpDocumentor\Reflection\Types\Object_
132132 * @uses \phpDocumentor\Reflection\Fqsen
133133 * @uses \phpDocumentor\Reflection\FqsenResolver
134- *
135134 */
136135 public function testResolvingRelativeQSENsBasedOnNamespace (): void
137136 {
@@ -149,7 +148,6 @@ public function testResolvingRelativeQSENsBasedOnNamespace(): void
149148 * @uses \phpDocumentor\Reflection\Types\Object_
150149 * @uses \phpDocumentor\Reflection\Fqsen
151150 * @uses \phpDocumentor\Reflection\FqsenResolver
152- *
153151 */
154152 public function testResolvingRelativeQSENsBasedOnNamespaceAlias (): void
155153 {
@@ -169,7 +167,6 @@ public function testResolvingRelativeQSENsBasedOnNamespaceAlias(): void
169167 * @uses \phpDocumentor\Reflection\Types\Context
170168 * @uses \phpDocumentor\Reflection\Types\Array_
171169 * @uses \phpDocumentor\Reflection\Types\String_
172- *
173170 */
174171 public function testResolvingTypedArrays (): void
175172 {
@@ -187,7 +184,6 @@ public function testResolvingTypedArrays(): void
187184 * @uses \phpDocumentor\Reflection\Types\Context
188185 * @uses \phpDocumentor\Reflection\Types\Nullable
189186 * @uses \phpDocumentor\Reflection\Types\String_
190- *
191187 */
192188 public function testResolvingNullableTypes (): void
193189 {
@@ -204,7 +200,6 @@ public function testResolvingNullableTypes(): void
204200 * @uses \phpDocumentor\Reflection\Types\Context
205201 * @uses \phpDocumentor\Reflection\Types\Array_
206202 * @uses \phpDocumentor\Reflection\Types\String_
207- *
208203 */
209204 public function testResolvingNestedTypedArrays (): void
210205 {
@@ -231,7 +226,6 @@ public function testResolvingNestedTypedArrays(): void
231226 * @uses \phpDocumentor\Reflection\Types\Object_
232227 * @uses \phpDocumentor\Reflection\Fqsen
233228 * @uses \phpDocumentor\Reflection\FqsenResolver
234- *
235229 */
236230 public function testResolvingCompoundTypes (): void
237231 {
@@ -258,7 +252,6 @@ public function testResolvingCompoundTypes(): void
258252 * @uses \phpDocumentor\Reflection\Types\Object_
259253 * @uses \phpDocumentor\Reflection\Fqsen
260254 * @uses \phpDocumentor\Reflection\FqsenResolver
261- *
262255 */
263256 public function testResolvingAmpersandCompoundTypes (): void
264257 {
@@ -292,7 +285,6 @@ public function testResolvingAmpersandCompoundTypes(): void
292285 * @uses \phpDocumentor\Reflection\Types\Object_
293286 * @uses \phpDocumentor\Reflection\Fqsen
294287 * @uses \phpDocumentor\Reflection\FqsenResolver
295- *
296288 */
297289 public function testResolvingMixedCompoundTypes (): void
298290 {
@@ -339,7 +331,6 @@ public function testResolvingMixedCompoundTypes(): void
339331 * @uses \phpDocumentor\Reflection\Types\Object_
340332 * @uses \phpDocumentor\Reflection\Fqsen
341333 * @uses \phpDocumentor\Reflection\FqsenResolver
342- *
343334 */
344335 public function testResolvingCompoundTypedArrayTypes (): void
345336 {
@@ -367,7 +358,6 @@ public function testResolvingCompoundTypedArrayTypes(): void
367358 * @uses \phpDocumentor\Reflection\Types\Object_
368359 * @uses \phpDocumentor\Reflection\Fqsen
369360 * @uses \phpDocumentor\Reflection\FqsenResolver
370- *
371361 */
372362 public function testResolvingArrayExpressionObjectsTypes (): void
373363 {
@@ -397,7 +387,6 @@ public function testResolvingArrayExpressionObjectsTypes(): void
397387 * @uses \phpDocumentor\Reflection\Types\Object_
398388 * @uses \phpDocumentor\Reflection\Fqsen
399389 * @uses \phpDocumentor\Reflection\FqsenResolver
400- *
401390 */
402391 public function testResolvingArrayExpressionSimpleTypes (): void
403392 {
@@ -430,7 +419,6 @@ public function testResolvingArrayExpressionSimpleTypes(): void
430419 * @uses \phpDocumentor\Reflection\Types\Object_
431420 * @uses \phpDocumentor\Reflection\Fqsen
432421 * @uses \phpDocumentor\Reflection\FqsenResolver
433- *
434422 */
435423 public function testResolvingArrayOfArrayExpressionTypes (): void
436424 {
@@ -462,7 +450,6 @@ public function testResolvingArrayOfArrayExpressionTypes(): void
462450 * @uses \phpDocumentor\Reflection\Types\Object_
463451 * @uses \phpDocumentor\Reflection\Fqsen
464452 * @uses \phpDocumentor\Reflection\FqsenResolver
465- *
466453 */
467454 public function testReturnEmptyCompoundOnAnUnclosedArrayExpressionType (): void
468455 {
@@ -478,7 +465,6 @@ public function testReturnEmptyCompoundOnAnUnclosedArrayExpressionType(): void
478465 * @uses \phpDocumentor\Reflection\Types\Object_
479466 * @uses \phpDocumentor\Reflection\Fqsen
480467 * @uses \phpDocumentor\Reflection\FqsenResolver
481- *
482468 */
483469 public function testResolvingArrayExpressionOrCompoundTypes (): void
484470 {
@@ -516,7 +502,6 @@ public function testResolvingArrayExpressionOrCompoundTypes(): void
516502 * @uses \phpDocumentor\Reflection\Types\Object_
517503 * @uses \phpDocumentor\Reflection\Fqsen
518504 * @uses \phpDocumentor\Reflection\FqsenResolver
519- *
520505 */
521506 public function testResolvingIterableExpressionSimpleTypes (): void
522507 {
@@ -555,7 +540,6 @@ public function testResolvingIterableExpressionSimpleTypes(): void
555540 * @uses \phpDocumentor\Reflection\Types\Array_
556541 * @uses \phpDocumentor\Reflection\Types\Integer
557542 * @uses \phpDocumentor\Reflection\Types\String_
558- *
559543 */
560544 public function testResolvingCompoundTypesWithTwoArrays (): void
561545 {
@@ -580,7 +564,6 @@ public function testResolvingCompoundTypesWithTwoArrays(): void
580564 * @uses \phpDocumentor\Reflection\TypeResolver::resolve
581565 * @uses \phpDocumentor\Reflection\TypeResolver::<private>
582566 * @uses \phpDocumentor\Reflection\Types\Context
583- *
584567 */
585568 public function testAddingAKeyword (): void
586569 {
@@ -599,7 +582,6 @@ public function testAddingAKeyword(): void
599582
600583 /**
601584 * @uses \phpDocumentor\Reflection\Types\Context
602- *
603585 */
604586 public function testAddingAKeywordFailsIfTypeClassDoesNotExist (): void
605587 {
@@ -610,7 +592,6 @@ public function testAddingAKeywordFailsIfTypeClassDoesNotExist(): void
610592
611593 /**
612594 * @uses \phpDocumentor\Reflection\Types\Context
613- *
614595 */
615596 public function testAddingAKeywordFailsIfTypeClassDoesNotImplementTypeInterface (): void
616597 {
@@ -621,7 +602,6 @@ public function testAddingAKeywordFailsIfTypeClassDoesNotImplementTypeInterface(
621602
622603 /**
623604 * @uses \phpDocumentor\Reflection\Types\Context
624- *
625605 */
626606 public function testExceptionIsThrownIfTypeIsEmpty (): void
627607 {
@@ -632,7 +612,6 @@ public function testExceptionIsThrownIfTypeIsEmpty(): void
632612
633613 /**
634614 * @uses \phpDocumentor\Reflection\Types\Context
635- *
636615 */
637616 public function testInvalidArrayOperator (): void
638617 {
@@ -710,7 +689,6 @@ public function provideFqcn(): array
710689
711690 /**
712691 * @uses \phpDocumentor\Reflection\Types\Context
713- *
714692 */
715693 public function testArrayKeyValueSpecification (): void
716694 {
0 commit comments