Skip to content

Commit

Permalink
remove deprecated APPLY_AUTO_IMPORT_NAMES_ON_CHANGED_FILES_ONLY option
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Dec 3, 2022
1 parent 5936f82 commit a4e7a43
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Configuration/Option.php
Expand Up @@ -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
*/
Expand Down

0 comments on commit a4e7a43

Please sign in to comment.