We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e48093 commit ffc5673Copy full SHA for ffc5673
.phan/config.php
@@ -42,7 +42,7 @@
42
//
43
// Note that the **only** effect of choosing `'5.6'` is to infer that functions removed in php 7.0 exist.
44
// (See `backward_compatibility_checks` for additional options)
45
- 'target_php_version' => '8.0',
+ 'target_php_version' => '8.1',
46
47
// If enabled, missing properties will be created when
48
// they are first seen. If false, we'll report an
0 commit comments