<?php

interface SomeInterface {
  abstract public function someMethod();
}
~~~~~~~~~~
error:4:3
