[E027] Error: cannot use 'abstract' as an interface method modifier
,-[code.php:4:12]
|
4 | public abstract function foo(): void;
* ^^^^|^^^
* `----- try removing this
*
* Note: only `public`, and `static` modifiers can be used on interface methods
---'