From 999a816a8dd88f4c51b30191a0c62a516cf0d71e Mon Sep 17 00:00:00 2001 From: Tim Bond Date: Tue, 21 Nov 2023 11:30:39 -0800 Subject: [PATCH] Update command line features Add a note to indicate that multiple files can be linted at once in >=8.3 --- features/commandline.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/commandline.xml b/features/commandline.xml index 1c5b3707af8d..90bae90b5d3a 100644 --- a/features/commandline.xml +++ b/features/commandline.xml @@ -546,6 +546,9 @@ string(15) "doesntmakesense" This option won't find fatal errors (like undefined functions). Use the to test for fatal errors too. + + In PHP 8.3 and later multiple filenames can be specified + This option does not work together with the