Skip to content

Commit 4910142

Browse files
authored
Merge pull request #3741 from Parsely/update/minimum_supported_wp_version-to-6-0-in-phpcs-xml-dist
2 parents 8702eb7 + 44e4b1c commit 4910142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<rule ref="WordPress-Docs"/>
4242
<!-- For help in understanding these custom sniff properties:
4343
https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
44-
<config name="minimum_supported_wp_version" value="5.2"/>
44+
<config name="minimum_supported_wp_version" value="6.0"/>
4545

4646
<!-- Rules: WordPress VIP - see
4747
https://github.com/Automattic/VIP-Coding-Standards -->

0 commit comments

Comments
 (0)