Blame | Last modification | View Log | Download
<?php interface AnInterface { public function doSomething(); }
<?php
interface AnInterface
{
public function doSomething();
}