From 8f4674c18d0f365265fcf9d7ea765ef55145fe49 Mon Sep 17 00:00:00 2001 From: Jim Graham Date: Thu, 26 Sep 2024 13:15:08 -0400 Subject: [PATCH] Update Minimum PHP Version in phpcs.xml (#16621) ### What does it do? Aligns php requirement for PHPCS to that specified in composer config. ### Why is it needed? Ensure sniffer reports errors/warnings for php 7.4+ (as opposed to 7.2+). ### How to test Currently the sniffer will show an error if a class has typed properties. After this update, it will not. ### Related issue(s)/PR(s) n/a --- phpcs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpcs.xml b/phpcs.xml index 14b11587c35..75bcc228a7b 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -8,7 +8,7 @@ - + _build connectors