Completed
Push — master ( 5c1376...a615d4 )
by Roeland
02:22 queued 56s
created
lib/Item.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
 	
97 97
 	/**
98 98
 	 * Reads a file portion by portion until the very end
99
-	 * @return string|boolean
99
+	 * @return false|string
100 100
 	 */
101 101
 	public function fread() {
102 102
 		if (!$this->isValid()) {
Please login to merge, or discard this patch.