Completed
Push — master ( d61a38...3c2a31 )
by
unknown
03:20
created
src/AngryBytes/Cache/Adapter/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -163,7 +163,7 @@
 block discarded – undo
163 163
      * Unwrap lifetime from data
164 164
      *
165 165
      * @param string $wrappedData
166
-     * @return void
166
+     * @return string[]
167 167
      **/
168 168
     private function unWrapLifeTime($wrappedData)
169 169
     {
Please login to merge, or discard this patch.
src/AngryBytes/Cache/Cache.php 1 patch
Doc Comments   -4 removed lines patch added patch discarded remove patch
@@ -108,10 +108,6 @@
 block discarded – undo
108 108
      * This method accepts alpha numeric strings, but also serializable objects.
109 109
      * All of these will be concatenated into a single id string.
110 110
      *
111
-     * @param mixed $keyPart1
112
-     * @param mixed $keyPart2
113
-     * ...
114
-     * @param  mixed  $keyPartN
115 111
      * @return string
116 112
      **/
117 113
     public static function key()
Please login to merge, or discard this patch.
src/AngryBytes/Cache/ResultNotFound.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     /**
66 66
      * String overload
67 67
      *
68
-     * @return void
68
+     * @return string
69 69
      **/
70 70
     public function __toString()
71 71
     {
Please login to merge, or discard this patch.