Completed
Pull Request — master (#7)
by Joeri
05:12
created
src/Command/AbstractCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * @param Client $client
19 19
      *
20
-     * @return \GuzzleHttp\Message\ResponseInterface|void
20
+     * @return \Psr\Http\Message\ResponseInterface
21 21
      */
22 22
     public function execute(Client $client)
23 23
     {
Please login to merge, or discard this patch.