Completed
Push — master ( 92a43d...5ab22d )
by Matthew
04:11
created
src/Fyuze/File/Cabinet.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
 
114 114
     /**
115 115
      * @param $iterator
116
-     * @return mixed
116
+     * @return \Iterator
117 117
      */
118 118
     protected function createFilter($iterator)
119 119
     {
Please login to merge, or discard this patch.
src/Fyuze/Http/Request.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@
 block discarded – undo
210 210
     }
211 211
 
212 212
     /**
213
-     * @param $key
213
+     * @param string $key
214 214
      * @param null $value
215 215
      * @return null
216 216
      */
Please login to merge, or discard this patch.