Skip to content

Commit

Permalink
Fix future note (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 20, 2024
1 parent 522668e commit 381ecb3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ public function shouldSkipClassMethod(ClassMethod $classMethod, Scope $scope): b
return true;
}

// early allow add return type on private method
// except magic check on above, early allow add return type on private method
if ($classMethod->isPrivate()) {
return false;
}
Expand Down

0 comments on commit 381ecb3

Please sign in to comment.