Completed
Push — master ( 4fa6da...83133a )
by Maxime
01:10
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/AuthServiceTrait.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 
19 19
 trait AuthServiceTrait
20 20
 {
21
+    /**
22
+     * @return null|ClientInterface
23
+     */
21 24
     protected function getClientMock()
22 25
     {
23 26
         $client = $this->prophesize(ClientInterface::class);
Please login to merge, or discard this patch.