tests: phpdoc cleanup

This commit is contained in:
Dylan K. Taylor
2020-11-01 14:23:44 +00:00
parent d6d9dde0b2
commit be1da07ee5
4 changed files with 0 additions and 13 deletions

View File

@ -54,9 +54,6 @@ class HandlerListManagerTest extends TestCase{
/**
* @dataProvider isValidClassProvider
*
* @param \ReflectionClass $class
* @param bool $isValid
* @param string $reason
* @phpstan-param \ReflectionClass<Event> $class
*/
public function testIsValidClass(\ReflectionClass $class, bool $isValid, string $reason) : void{
@ -77,8 +74,6 @@ class HandlerListManagerTest extends TestCase{
/**
* @dataProvider resolveParentClassProvider
*
* @param \ReflectionClass $class
* @param \ReflectionClass|null $expect
* @phpstan-param \ReflectionClass<Event> $class
* @phpstan-param \ReflectionClass<Event>|null $expect
*/