Completed
Branch testcoverage (268887)
by Ruben
10:33
created
src/MovingImage/Client/VMPro/ApiClient/AbstractApiClient.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @param string $uri
52 52
      * @param array  $options
53 53
      *
54
-     * @return mixed
54
+     * @return string
55 55
      */
56 56
     abstract protected function _doRequest($method, $uri, $options);
57 57
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use MovingImage\Client\VMPro\Entity\Channel;
8 8
 use MovingImage\Client\VMPro\Interfaces\ApiClientInterface;
9 9
 use MovingImage\Util\Logging\Traits\LoggerAwareTrait;
10
-use Psr\Http\Message\ResponseInterface;
11 10
 use Psr\Log\LoggerAwareInterface;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.
src/MovingImage/Client/VMPro/ApiClient/Guzzle5ApiClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      * @param string $uri
21 21
      * @param array  $options
22 22
      *
23
-     * @return \GuzzleHttp\Message\ResponseInterface
23
+     * @return \Psr\Http\Message\ResponseInterface
24 24
      */
25 25
     protected function _doRequest($method, $uri, $options)
26 26
     {
Please login to merge, or discard this patch.
src/MovingImage/Client/VMPro/Middleware/TokenMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
      */
47 47
     public function __invoke(callable $handler)
48 48
     {
49
-        return function (
49
+        return function(
50 50
             RequestInterface $request,
51 51
             array $options
52 52
         ) use ($handler) {
Please login to merge, or discard this patch.