Skip to content

Commit be43835

Browse files
Try
1 parent f42c9c9 commit be43835

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/PHPStan/Rules/Functions/ExistingClassesInArrowFunctionTypehintsRuleTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,9 @@ public function testNever(): void
311311
$this->analyse([__DIR__ . '/data/arrow-function-never.php'], $errors);
312312
}
313313

314+
public function testBug5206(): void
315+
{
316+
$this->analyse([__DIR__ . '/data/bug-5206.php'], []);
317+
}
318+
314319
}

tests/PHPStan/Rules/Functions/ExistingClassesInClosureTypehintsRuleTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -353,9 +353,4 @@ public function testDeprecatedImplicitlyNullableParameterType(): void
353353
]);
354354
}
355355

356-
public function testBug5206(): void
357-
{
358-
$this->analyse([__DIR__ . '/data/bug-5206.php'], []);
359-
}
360-
361356
}

0 commit comments

Comments
 (0)