Completed
Pull Request — master (#4)
by
unknown
01:18
created
src/Volume.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -17,6 +17,9 @@
 block discarded – undo
17 17
         "smallThumbnail",
18 18
     ];
19 19
 
20
+    /**
21
+     * @param GoogleBooks $client
22
+     */
20 23
     public function __construct($client, $data, $full=false)
21 24
     {
22 25
         $this->client = $client;
Please login to merge, or discard this patch.
src/Volumes.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     /**
17 17
      * @param $query
18
-     * @return stdclass | array
18
+     * @return LibraryBuilder | array
19 19
      */
20 20
     public function search($query)
21 21
     {
Please login to merge, or discard this patch.