interfaces cannot contain abstract methods. This construct will cause a PHP fatal error:
Access type for interface method SomeInterface::someMethod() must be omitted
Differential D14562
Add a linter rule for `abstract` methods within an `interface` joshuaspence on Nov 23 2015, 9:24 PM. Authored by Tags None Referenced Files
Subscribers
Details
interfaces cannot contain abstract methods. This construct will cause a PHP fatal error: Access type for interface method SomeInterface::someMethod() must be omitted Added test cases.
Diff Detail
|