We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f85d5 commit 4d4fdf4Copy full SHA for 4d4fdf4
getid3/getid3.lib.php
@@ -19,9 +19,9 @@
19
}
20
21
22
-// Available since PHP 5.6
+// Available since PHP 7.0 (2015-Dec-03 https://www.php.net/ChangeLog-7.php)
23
if (!defined('PHP_INT_MIN')) {
24
- define('PHP_INT_MIN', ~PHP_INT_MAX);
+ define('PHP_INT_MIN', ~PHP_INT_MAX);
25
26
27
class getid3_lib
@@ -79,7 +79,7 @@ public static function trunc($floatnumber) {
79
/**
80
* @param int|null $variable
81
* @param-out int $variable
82
- * @param int $increment
+ * @param int $increment
83
*
84
* @return bool
85
*/
0 commit comments