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 8f69825 commit 7b3dab6Copy full SHA for 7b3dab6
1 file changed
src/ChangesReporting/Output/Factory/JsonOutputFactory.php
@@ -10,6 +10,9 @@
10
use Rector\ValueObject\Error\SystemError;
11
use Rector\ValueObject\ProcessResult;
12
13
+/**
14
+ * @see \Rector\Tests\ChangesReporting\Output\Factory\JsonOutputFactoryTest
15
+ */
16
final class JsonOutputFactory
17
{
18
public static function create(ProcessResult $processResult, Configuration $configuration): string
0 commit comments