Skip to content

Commit 778af2e

Browse files
committed
More interfaces that are not supposed to be implemented in userland
1 parent 41275dc commit 778af2e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: src/Rules/Api/BcUncoveredInterface.php

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
use PHPStan\Analyser\Scope;
66
use PHPStan\Command\Output;
77
use PHPStan\Reflection\Callables\CallableParametersAcceptor;
8+
use PHPStan\Reflection\ClassConstantReflection;
9+
use PHPStan\Reflection\ClassMemberReflection;
10+
use PHPStan\Reflection\ConstantReflection;
811
use PHPStan\Reflection\ExtendedMethodReflection;
912
use PHPStan\Reflection\ExtendedPropertyReflection;
1013
use PHPStan\Reflection\FunctionReflection;
@@ -41,6 +44,9 @@ final class BcUncoveredInterface
4144
RuleError::class,
4245
TipRuleError::class,
4346
Output::class,
47+
ClassMemberReflection::class,
48+
ConstantReflection::class,
49+
ClassConstantReflection::class,
4450
];
4551

4652
}

0 commit comments

Comments
 (0)