Skip to content

Commit d831c93

Browse files
committed
Fix build
1 parent 1441354 commit d831c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/PHPStan/Rules/RestrictedUsage/data/MethodExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MethodExtension implements RestrictedMethodUsageExtension
1212

1313
public function isRestrictedMethodUsage(
1414
ExtendedMethodReflection $methodReflection,
15-
Scope $scope,
15+
Scope $scope
1616
): ?RestrictedUsage
1717
{
1818
if ($methodReflection->getName() !== 'doFoo') {

0 commit comments

Comments
 (0)