From a4e7a4371a1a85f2dd3fcb9ec7d9de2a8a04d3b9 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 3 Dec 2022 11:27:57 +0100 Subject: [PATCH] remove deprecated APPLY_AUTO_IMPORT_NAMES_ON_CHANGED_FILES_ONLY option --- src/Configuration/Option.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Configuration/Option.php b/src/Configuration/Option.php index 906af88c537..3d9a058fb97 100644 --- a/src/Configuration/Option.php +++ b/src/Configuration/Option.php @@ -168,13 +168,6 @@ final class Option */ public const AUTOLOAD_FILE_SHORT = 'a'; - /** - * @var string - * @deprecated - * @api - */ - public const APPLY_AUTO_IMPORT_NAMES_ON_CHANGED_FILES_ONLY = 'apply_auto_import_names_on_changed_files_only'; - /** * @var string */