<?php namespace App\JsonRpc; interface PublicRpcServiceInterface { /** * @param array $data */ public function getDistrictList(array $data); }