mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
tests: phpdoc cleanup
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user