Update php doc blocks

This commit is contained in:
Lance Pioch 2018-05-13 12:19:35 -04:00
parent 5f6ee45f44
commit f82b419d47
19 changed files with 43 additions and 12 deletions

View file

@ -12,6 +12,7 @@ class CommandRepository extends BaseRepository implements CommandRepositoryInter
*
* @param string $command
* @return \Psr\Http\Message\ResponseInterface
* @throws \GuzzleHttp\Exception\GuzzleException
*/
public function send(string $command): ResponseInterface
{