From 5705a90e189a5e91c6ef73847ace56e7622e8f69 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 9 Mar 2025 00:54:49 +0100 Subject: [PATCH 1/2] 4.0 | Wiki: remove references to "zend_ca_path' ... which is specific to the `Zend.Debug.CodeAnalyzer` sniff, which is removed in PHPCS 4.0. The only remaining reference is specifically about that sniff and is annotated as "PHPCS < 4.0.0". --- wiki/Annotated-Ruleset.md | 8 ++++---- wiki/Configuration-Options.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wiki/Annotated-Ruleset.md b/wiki/Annotated-Ruleset.md index 3b68295..25a2453 100644 --- a/wiki/Annotated-Ruleset.md +++ b/wiki/Annotated-Ruleset.md @@ -49,9 +49,9 @@ The following sample file documents the `ruleset.xml` format and shows you the c such as show_warnings and report_format. The following tag is equivalent to the command line argument: - --runtime-set zend_ca_path /path/to/ZendCodeAnalyzer + --runtime-set php_version 80100 --> - + - +