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.
2 parents f910f0a + 9339c7a commit 461c8f5Copy full SHA for 461c8f5
.phan/config.php
@@ -6,7 +6,7 @@
6
*/
7
8
return array(
9
- 'target_php_version' => '7.4',
+ 'target_php_version' => '8.0',
10
'minimum_target_php_version' => '5.6',
11
'backward_compatibility_checks' => false, // Covered by PHPCS.
12
'warn_about_undocumented_throw_statements' => true,
phpcs.xml
@@ -12,7 +12,7 @@
<arg name="extensions" value="php"/>
13
<arg name="parallel" value="8"/>
14
15
- <config name="testVersion" value="5.6-7.4"/>
+ <config name="testVersion" value="5.6-8.0"/>
16
<rule ref="PHPCompatibilityWP"/>
17
18
<config name="minimum_supported_wp_version" value="4.9"/>
0 commit comments