1<?php
2interface AnotherInterface
3{
4    public function doSomethingElse();
5}
6