We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3587b00 commit 2c3d565Copy full SHA for 2c3d565
src/Config/RectorConfig.php
@@ -274,6 +274,8 @@ public function phpVersion(int $phpVersion): void
274
}
275
276
/**
277
+ * @internal
278
+ *
279
* @api only for testing. It is parsed from composer.json "require" packages by default
280
* @param array<PolyfillPackage::*> $polyfillPackages
281
*/
@@ -446,6 +448,7 @@ public function getMainRectorClasses(): array
446
448
447
449
450
451
+ * @internal used to report level overflows in configuration
452
* @param LevelOverflow[] $levelOverflows
453
454
public function setOverflowLevels(array $levelOverflows): void
0 commit comments