For example: For the class Bar blow, FooInterface is already announced in class Foo
Interface FooInterface {
}
Interface BarInterface {
}
class Foo implements FooInterface {
}
class Bar extends Foo implements FooInterface, BarInterface {
}
https://github.com/pfrenssen/coder/pull/99
Closed: won't fix
3.0
Coder Sniffer
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.