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 d69ca08 commit 0a2abd2Copy full SHA for 0a2abd2
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