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

