Completed
Push — master ( 621618...6f1917 )
by Roeland
10s
created
lib/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
 
64 64
 	/**
65 65
 	 * Reads a file portion by portion until the very end
66
-	 * @return string|boolean
66
+	 * @return false|string
67 67
 	 */
68 68
 	public function fread() {
69 69
 		if (!($this->file->getSize() > 0)) {
Please login to merge, or discard this patch.