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