Completed
Push — feature/better-error-handling ( df2536...5520dd )
by Maxime
03:42 queued 02:38
created
lib/Nekland/YoutubeApi/Http/Auth/ServiceAuth.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
 
106 106
     /**
107 107
      * @param string $option
108
-     * @param mixed  $default
108
+     * @param string  $default
109 109
      * @return mixed
110 110
      * @throws \Nekland\YoutubeApi\Exception\MissingOptionException
111 111
      */
Please login to merge, or discard this patch.
test/Nekland/Tests/Http/Auth/ServiceAuthTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -42,6 +42,9 @@
 block discarded – undo
42 42
         $this->assertContains('ya29.1.AADHN_WnGjqYiAcnONRLFDOfXia5XZLFO4RSyEhWtQPAvYpgPYiQj89c7UsrAs5_',(string)$request->getHeader('Authorization'));
43 43
     }
44 44
 
45
+    /**
46
+     * @return null|\Guzzle\Http\ClientInterface
47
+     */
45 48
     private function getClientMock()
46 49
     {
47 50
         $client = $this->getMock('Guzzle\\Http\\ClientInterface');
Please login to merge, or discard this patch.