Completed
Push — master ( e2ef81...59820c )
by Franck
16:11
created
src/Directory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
      * Build and return the path of a directory
132 132
      *
133 133
      * @param string $path The directory path to build
134
-     * @return mixed
134
+     * @return string
135 135
      */
136 136
     protected function buildPath($path)
137 137
     {
@@ -355,7 +355,7 @@  discard block
 block discarded – undo
355 355
      *
356 356
      * @param  boolean $all Wether to flush the whole database, or (preferably)
357 357
      *                      the entries prefixed with prefix_key and prefix_tag.
358
-     * @return boolean Returns True on success or False on failure.
358
+     * @return boolean|null Returns True on success or False on failure.
359 359
      */
360 360
     public function flush($all = false)
361 361
     {
Please login to merge, or discard this patch.
src/Files.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
      *
170 170
      * @param  boolean $all Wether to flush the whole database, or (preferably)
171 171
      *                      the entries prefixed with prefix_key and prefix_tag.
172
-     * @return boolean Returns True on success or False on failure.
172
+     * @return boolean|null Returns True on success or False on failure.
173 173
      */
174 174
     public function flush($all = false)
175 175
     {
Please login to merge, or discard this patch.