-
-
Notifications
You must be signed in to change notification settings - Fork 947
@final on methods is not detected #9135
Copy link
Copy link
Closed
Labels
Description
Bug report
I think similar to how phpstan errors about @final at class level, it should also do so on the method level
Code snippet that reproduces the problem
Expected output
error about a method overriding a @final base-method
Reactions are currently unavailable