php-collective / code-sniffer

This sniffer package builds on top of PSR-2/12 and ships with a lot of additional fixers on top.
MIT License
5 stars 0 forks source link

Interface FQCN #10

Open dereuromark opened 11 months ago

dereuromark commented 11 months ago
class Html implements HtmlStringable, \Serializable, \JsonSerializable {}

should be fixed to thave the last 2 interfaces into use statements

dereuromark commented 10 months ago

Not reproduceable right now

dereuromark commented 10 months ago
if (!($case instanceof \BackedEnum)) {
    $case = static::from($case);
}

however still needs fixing