Skip to content

Commit a5b1e42

Browse files
committed
fix - my cat had taken a walk on the keyboard
1 parent 4ad1232 commit a5b1e42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpcs.xml.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020

2121
<!-- Rules: Check PHP version compatibility -->
2222
<!-- https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
23-
<config name="testVersion" value="5.6-"/>
23+
<config name="testVersion" value="7.4"/>
2424

2525
<!-- Rules: WordPress Coding Standards -->
2626

2727
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
2828
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
29-
<config name="minimum_supported_wp_version" value="5.6"/>
29+
<config name="minimum_supported_wp_version" value="6.2"/>
3030

3131

3232
<!--
@@ -38,7 +38,7 @@
3838
<rule ref="WordPress.WP.I18n">
3939
<properties>
4040
<property name="text_domain" type="array">
41-
<element value="cf7-antispam"/>q
41+
<element value="cf7-antispam"/>
4242
<element value="contact-form-7"/>
4343
</property>
4444
</properties>

0 commit comments

Comments
 (0)