1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

supress ComplexMethod

This commit is contained in:
Paweł Tomulik 2023-03-28 20:59:51 +02:00
parent 0e9f97ed61
commit ed1d095c7b
No known key found for this signature in database
GPG Key ID: 383742B6D85FF3D5

View File

@ -143,6 +143,7 @@ class ClassLikeNodeScanner
/** /**
* @return false|null * @return false|null
* @psalm-suppress ComplexMethod
*/ */
public function start(PhpParser\Node\Stmt\ClassLike $node): ?bool public function start(PhpParser\Node\Stmt\ClassLike $node): ?bool
{ {