<?php

interface SomeInterface {
  public function someMethod() {}
}
~~~~~~~~~~
error:4:32
