Skip to content

Commit 2c3d565

Browse files
committed
add few @Internals
1 parent 3587b00 commit 2c3d565

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Config/RectorConfig.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,8 @@ public function phpVersion(int $phpVersion): void
274274
}
275275

276276
/**
277+
* @internal
278+
*
277279
* @api only for testing. It is parsed from composer.json "require" packages by default
278280
* @param array<PolyfillPackage::*> $polyfillPackages
279281
*/
@@ -446,6 +448,7 @@ public function getMainRectorClasses(): array
446448
}
447449

448450
/**
451+
* @internal used to report level overflows in configuration
449452
* @param LevelOverflow[] $levelOverflows
450453
*/
451454
public function setOverflowLevels(array $levelOverflows): void

0 commit comments

Comments
 (0)