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