Test Failed
Push — master ( 23d68c...dfdccc )
by Antonio Carlos
02:32
created
src/Repositories/Cache/Cache.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
      * Check if cache has key.
57 57
      *
58
-     * @param $key
58
+     * @param string $key
59 59
      *
60 60
      * @return bool
61 61
      */
@@ -71,10 +71,10 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Get a value from the cache.
73 73
      *
74
-     * @param $key
74
+     * @param string|null $key
75 75
      *
76 76
      * @param null $default
77
-     * @return mixed|null
77
+     * @return \Illuminate\Contracts\Cache\Repository|null
78 78
      */
79 79
     public function get($key, $default = null)
80 80
     {
Please login to merge, or discard this patch.