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