The expression return $this returns the type AppUtils\Trait_ClassableViaAttributes which includes types incompatible with the type-hinted return AppUtils\HTMLTag.
Loading history...
15
}
16
17
public function addClasses(array $names) : HTMLTag
The expression return $this returns the type AppUtils\Trait_ClassableViaAttributes which includes types incompatible with the type-hinted return AppUtils\HTMLTag.
Loading history...
21
}
22
23
public function hasClass(string $name) : bool
24
{
25
return $this->getAttributes()->hasClass($name);
26
}
27
28
public function removeClass(string $name) : HTMLTag
The expression return $this returns the type AppUtils\Trait_ClassableViaAttributes which includes types incompatible with the type-hinted return AppUtils\HTMLTag.