mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 00:25:04 +00:00
added some phpstan-specific generic type annotations
This commit is contained in:
@ -35,6 +35,9 @@ use PHPStan\Type\VerbosityLevel;
|
||||
use pocketmine\utils\EnumTrait;
|
||||
use function sprintf;
|
||||
|
||||
/**
|
||||
* @phpstan-implements Rule<BinaryOp>
|
||||
*/
|
||||
class DisallowEnumComparisonRule implements Rule{
|
||||
|
||||
public function getNodeType() : string{
|
||||
|
Reference in New Issue
Block a user