@@ -16,7 +16,7 @@ final class Option
1616 */
1717 public const AUTOLOAD_FILE = 'autoload-file ' ;
1818 /**
19- * @deprecated Use @see \Rector\Config\RectorConfig::bootstrapFiles() instead
19+ * @internal Use @see \Rector\Config\RectorConfig::bootstrapFiles() instead
2020 * @var string
2121 */
2222 public const BOOTSTRAP_FILES = 'bootstrap_files ' ;
@@ -37,32 +37,32 @@ final class Option
3737 */
3838 public const NO_PROGRESS_BAR = 'no-progress-bar ' ;
3939 /**
40- * @deprecated Use @see \Rector\Config\RectorConfig::phpVersion() instead
40+ * @internal Use @see \Rector\Config\RectorConfig::phpVersion() instead
4141 * @var string
4242 */
4343 public const PHP_VERSION_FEATURES = 'php_version_features ' ;
4444 /**
45- * @deprecated Use @see \Rector\Config\RectorConfig::importNames() instead
45+ * @internal Use @see \Rector\Config\RectorConfig::importNames() instead
4646 * @var string
4747 */
4848 public const AUTO_IMPORT_NAMES = 'auto_import_names ' ;
4949 /**
50- * @deprecated Use @see \Rector\Config\RectorConfig::importNames() instead
50+ * @internal Use @see \Rector\Config\RectorConfig::importNames() instead
5151 * @var string
5252 */
5353 public const AUTO_IMPORT_DOC_BLOCK_NAMES = 'auto_import_doc_block_names ' ;
5454 /**
55- * @deprecated Use @see \Rector\Config\RectorConfig::importShortClasses() instead
55+ * @internal Use @see \Rector\Config\RectorConfig::importShortClasses() instead
5656 * @var string
5757 */
5858 public const IMPORT_SHORT_CLASSES = 'import_short_classes ' ;
5959 /**
60- * @deprecated Use @see \Rector\Config\RectorConfig::symfonyContainerXml() instead
60+ * @internal Use @see \Rector\Config\RectorConfig::symfonyContainerXml() instead
6161 * @var string
6262 */
6363 public const SYMFONY_CONTAINER_XML_PATH_PARAMETER = 'symfony_container_xml_path ' ;
6464 /**
65- * @deprecated Use @see \Rector\Config\RectorConfig::symfonyContainerPhp()
65+ * @internal Use @see \Rector\Config\RectorConfig::symfonyContainerPhp()
6666 * @var string
6767 */
6868 public const SYMFONY_CONTAINER_PHP_PATH_PARAMETER = 'symfony_container_php_path ' ;
@@ -71,43 +71,43 @@ final class Option
7171 */
7272 public const CLEAR_CACHE = 'clear-cache ' ;
7373 /**
74- * @deprecated Use @see \Rector\Config\RectorConfig::parallel() instead
74+ * @internal Use @see \Rector\Config\RectorConfig::parallel() instead
7575 * @var string
7676 */
7777 public const PARALLEL = 'parallel ' ;
7878 /**
79- * @deprecated Use @see \Rector\Config\RectorConfig::paths() instead
79+ * @internal Use @see \Rector\Config\RectorConfig::paths() instead
8080 * @var string
8181 */
8282 public const PATHS = 'paths ' ;
8383 /**
84- * @deprecated Use @see \Rector\Config\RectorConfig::autoloadPaths() instead
84+ * @internal Use @see \Rector\Config\RectorConfig::autoloadPaths() instead
8585 * @var string
8686 */
8787 public const AUTOLOAD_PATHS = 'autoload_paths ' ;
8888 /**
89- * @deprecated Use @see \Rector\Config\RectorConfig::skip() instead
89+ * @internal Use @see \Rector\Config\RectorConfig::skip() instead
9090 * @var string
9191 */
9292 public const SKIP = 'skip ' ;
9393 /**
94- * @deprecated Use RectorConfig::fileExtensions() instead
94+ * @internal Use RectorConfig::fileExtensions() instead
9595 * @var string
9696 */
9797 public const FILE_EXTENSIONS = 'file_extensions ' ;
9898 /**
99- * @deprecated Use RectorConfig::nestedChainMethodCallLimit() instead
99+ * @internal Use RectorConfig::nestedChainMethodCallLimit() instead
100100 * @var string
101101 */
102102 public const NESTED_CHAIN_METHOD_CALL_LIMIT = 'nested_chain_method_call_limit ' ;
103103 /**
104- * @deprecated Use RectorConfig::cacheDirectory() instead
104+ * @internal Use RectorConfig::cacheDirectory() instead
105105 * @var string
106106 */
107107 public const CACHE_DIR = 'cache_dir ' ;
108108 /**
109109 * Cache backend. Most of the time we cache in files, but in ephemeral environment (e.g. CI), a faster `MemoryCacheStorage` can be usefull.
110- * @deprecated Use RectorConfig::cacheClass() instead
110+ * @internal Use RectorConfig::cacheClass() instead
111111 *
112112 * @var class-string<CacheStorageInterface>
113113 * @internal
@@ -126,7 +126,7 @@ final class Option
126126 */
127127 public const CONFIG = 'config ' ;
128128 /**
129- * @deprecated Use @see \Rector\Config\RectorConfig::phpstanConfig() instead
129+ * @internal Use @see \Rector\Config\RectorConfig::phpstanConfig() instead
130130 * @var string
131131 */
132132 public const PHPSTAN_FOR_RECTOR_PATH = 'phpstan_for_rector_path ' ;
@@ -147,17 +147,17 @@ final class Option
147147 */
148148 public const PARALLEL_PORT = 'port ' ;
149149 /**
150- * @deprecated Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $jobSize parameter
150+ * @internal Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $jobSize parameter
151151 * @var string
152152 */
153153 public const PARALLEL_JOB_SIZE = 'parallel-job-size ' ;
154154 /**
155- * @deprecated Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $maxNumberOfProcess parameter
155+ * @internal Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $maxNumberOfProcess parameter
156156 * @var string
157157 */
158158 public const PARALLEL_MAX_NUMBER_OF_PROCESSES = 'parallel-max-number-of-processes ' ;
159159 /**
160- * @deprecated Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $seconds parameter
160+ * @internal Use @see \Rector\Config\RectorConfig::parallel() instead with pass int $seconds parameter
161161 * @var string
162162 */
163163 public const PARALLEL_TIMEOUT_IN_SECONDS = 'parallel-timeout-in-seconds ' ;
@@ -166,12 +166,12 @@ final class Option
166166 */
167167 public const MEMORY_LIMIT = 'memory-limit ' ;
168168 /**
169- * @deprecated Use @see \Rector\Config\RectorConfig::indent() method
169+ * @internal Use @see \Rector\Config\RectorConfig::indent() method
170170 * @var string
171171 */
172172 public const INDENT_CHAR = 'indent-char ' ;
173173 /**
174- * @deprecated Use @see \Rector\Config\RectorConfig::indent() method
174+ * @internal Use @see \Rector\Config\RectorConfig::indent() method
175175 * @var string
176176 */
177177 public const INDENT_SIZE = 'indent-size ' ;
0 commit comments