From 695714f019c25dc4f055bb1513c43e73866bc4ea Mon Sep 17 00:00:00 2001 From: Brad Jorsch Date: Thu, 16 Nov 2023 20:15:05 +0100 Subject: [PATCH] Remove old reference See https://github.com/Automattic/jetpack/pull/34126#discussion_r1394340970 --- projects/packages/codesniffer/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/packages/codesniffer/README.md b/projects/packages/codesniffer/README.md index 410529d7cdfb8..8953962f1c6b2 100644 --- a/projects/packages/codesniffer/README.md +++ b/projects/packages/codesniffer/README.md @@ -50,7 +50,6 @@ you may run into a situation where a subdir wants to be compatible down to a lat To assist with this case, we provide additional rulesets that disable PHPCompatibility rules detecting issues that only apply to older versions: -* `` will disable rules detecting issues that only apply to PHP < 7.0. * `` will disable rules detecting issues that only apply to PHP < 7.1. * `` will disable rules detecting issues that only apply to PHP < 7.2. * `` will disable rules detecting issues that only apply to PHP < 7.3.