Completed
Push — master ( ff1684...2c2d30 )
by Johnny
02:40
created
src/Resource/ResourceAbstract.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Call and process the 'virtual' method as defined in Client.php
105 105
      *
106
-     * @param $method
106
+     * @param string $method
107 107
      * @param array $arguments
108 108
      * @param array $body
109 109
      * @return mixed
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @return null|Client
166
+     * @return Client
167 167
      */
168 168
     public function getClient() {
169 169
         return $this->client;
Please login to merge, or discard this patch.