We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1441354 commit d831c93Copy full SHA for d831c93
tests/PHPStan/Rules/RestrictedUsage/data/MethodExtension.php
@@ -12,7 +12,7 @@ class MethodExtension implements RestrictedMethodUsageExtension
12
13
public function isRestrictedMethodUsage(
14
ExtendedMethodReflection $methodReflection,
15
- Scope $scope,
+ Scope $scope
16
): ?RestrictedUsage
17
{
18
if ($methodReflection->getName() !== 'doFoo') {
0 commit comments