Completed
Push — master ( 7422f2...f9bcf6 )
by Emlyn
27:34
created
src/File.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,9 +65,8 @@
 block discarded – undo
65 65
 	/**
66 66
 	 * Returns the file size
67 67
 	 *
68
-	 * @param string $destination
69 68
 	 *
70
-	 * @return boolean
69
+	 * @return integer
71 70
 	 */
72 71
 	public function getSize()
73 72
 	{
Please login to merge, or discard this patch.
src/Finder.php 2 patches
Doc Comments   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
 	protected $nextAsHandlers = null;
41 41
 
42 42
 	/**
43
-	 * @param array  $path
43
+	 * @param array  $paths
44 44
 	 * @param string $defaultExtension
45 45
 	 * @param string $root
46 46
 	 */
@@ -489,7 +489,6 @@  discard block
 block discarded – undo
489 489
 	 *
490 490
 	 * @param string  $name
491 491
 	 * @param boolean $reload
492
-	 * @param boolean $reversed
493 492
 	 * @param string  $type
494 493
 	 */
495 494
 	public function findReversed($name, $reload = false, $type = 'all')
@@ -502,7 +501,6 @@  discard block
 block discarded – undo
502 501
 	 *
503 502
 	 * @param string  $name
504 503
 	 * @param boolean $reload
505
-	 * @param boolean $reversed
506 504
 	 */
507 505
 	public function findFileReversed($name, $reload = false)
508 506
 	{
@@ -514,7 +512,6 @@  discard block
 block discarded – undo
514 512
 	 *
515 513
 	 * @param string  $name
516 514
 	 * @param boolean $reload
517
-	 * @param boolean $reversed
518 515
 	 */
519 516
 	public function findDirReversed($name, $reload = false)
520 517
 	{
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -10,8 +10,6 @@
 block discarded – undo
10 10
 
11 11
 namespace Fuel\FileSystem;
12 12
 
13
-use Closure;
14
-
15 13
 class Finder
16 14
 {
17 15
 	/**
Please login to merge, or discard this patch.