Completed
Branch master (b65d76)
by David
04:29
created
lib/Dwoo/Template/String.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -293,7 +293,7 @@
 block discarded – undo
293 293
      * @param Core   $core   the dwoo instance that requests it
294 294
      * @param string $output the template output
295 295
      *
296
-     * @return mixed full path of the cached file or false upon failure
296
+     * @return false|string full path of the cached file or false upon failure
297 297
      */
298 298
     public function cache(Core $core, $output)
299 299
     {
Please login to merge, or discard this patch.