Completed
Pull Request — master (#5)
by Dan Michael O.
01:25
created
src/Volume.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
      * @param string $preferredSize
32 32
      * @return mixed|null
33 33
      */
34
-    public function getCover($preferredSize='extraLarge')
34
+    public function getCover($preferredSize = 'extraLarge')
35 35
     {
36 36
         $url = null;
37 37
 
Please login to merge, or discard this patch.
src/Model.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
      *
55 55
      * @param  string  $key
56 56
      * @param  mixed   $default
57
-     * @return mixed
57
+     * @return string
58 58
      */
59 59
     public function get($key, $default = null)
60 60
     {
@@ -72,7 +72,7 @@  discard block
 block discarded – undo
72 72
      * Check if an item or items exist in an array using "dot" notation.
73 73
      *
74 74
      * @param  string  $key
75
-     * @return mixed
75
+     * @return boolean
76 76
      */
77 77
     public function has($key)
78 78
     {
Please login to merge, or discard this patch.