summaryrefslogtreecommitdiff
path: root/Zend/zend_builtin_functions.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_builtin_functions.stub.php')
-rw-r--r--Zend/zend_builtin_functions.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_builtin_functions.stub.php b/Zend/zend_builtin_functions.stub.php
index a9a33d9de1..5d5ebcde14 100644
--- a/Zend/zend_builtin_functions.stub.php
+++ b/Zend/zend_builtin_functions.stub.php
@@ -23,7 +23,7 @@ function strncasecmp(string $string1, string $string2, int $length): int {}
function error_reporting(?int $error_level = null): int {}
/** @param mixed $value */
-function define(string $constant_name, $value, $case_insensitive = false): bool {}
+function define(string $constant_name, $value, bool $case_insensitive = false): bool {}
function defined(string $constant_name): bool {}