Skip to content

Commit 06a009b

Browse files
committed
Fix parse error in phpstorm-stubs
1 parent 21c50e3 commit 06a009b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--- Core.php 2020-11-01 13:45:07.000000000 +0100
2+
+++ Core2.php 2020-11-01 14:32:19.000000000 +0100
3+
@@ -336,7 +336,7 @@
4+
* </p>
5+
* @return bool true on success or false on failure.
6+
*/
7+
-function define ($constant_name, $value, #[Deprecated] $case_insensitive = false) {}
8+
+function define ($constant_name, $value, $case_insensitive = false) {}
9+
10+
/**
11+
* Checks whether a given named constant exists

0 commit comments

Comments
 (0)