Failed Conditions
Push — master ( 79abf5...011d1d )
by Sander
01:34
created
lib/Utility/Utils.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 		return (new \DateTime())->getTimestamp();
35 35
 	}
36 36
 	/**
37
-	 * @return int the current unix time in milliseconds
37
+	 * @return double the current unix time in milliseconds
38 38
 	 */
39 39
 	public static function getMicroTime() {
40 40
 		return microtime(true);
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
 	/**
66 66
 	 * Splits a string in parts of 5Mb
67
-	 * @param $str
67
+	 * @param string $str
68 68
 	 * @return array
69 69
 	 */
70 70
 	public function splitContent($str) {
Please login to merge, or discard this patch.