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 3c39c20 commit 963bab2Copy full SHA for 963bab2
src/Analyzer/UnusedDefinitionsAnalyzer.php
@@ -16,6 +16,9 @@
16
use Symfony\Component\Console\Style\SymfonyStyle;
17
use Symfony\Component\Finder\SplFileInfo;
18
19
+/**
20
+ * @see \Rector\Behastan\Tests\Analyzer\UnusedDefinitionsAnalyzer\UnusedDefinitionsAnalyzerTest
21
+ */
22
final readonly class UnusedDefinitionsAnalyzer
23
{
24
/**
0 commit comments