<?php declare(strict_types=1); namespace TestApp\Controller; interface InterfaceController { public function index(); }