@@ -17,6 +17,8 @@ namespace PhpCsFixer\Cache;
/**
* @author Dariusz Rumiński <dariusz.ruminski@gmail.com>
*
+ * @readonly
+ *
* @internal
*/
final class Directory implements DirectoryInterface
* @author Andreas Möller <am@localheinz.com>
final class Signature implements SignatureInterface
@@ -47,6 +47,9 @@ final class Application extends BaseApplication
public const VERSION = '3.65.1-DEV';
public const VERSION_CODENAME = 'Persian Successor';
+ /**
+ */
private ToolInfo $toolInfo;
private ?Command $executedCommand = null;
@@ -22,6 +22,8 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
use Symfony\Component\Console\Output\OutputInterface;
final class ErrorOutput
@@ -17,6 +17,8 @@ namespace PhpCsFixer\Console\Output;
final class OutputContext
@@ -17,6 +17,8 @@ namespace PhpCsFixer\Console\Output\Progress;
use PhpCsFixer\Runner\Event\FileProcessed;
final class NullOutput implements ProgressOutputInterface
@@ -21,6 +21,8 @@ use Symfony\Component\Console\Helper\ProgressBar;
* Output writer to show the progress of a FixCommand using progress bar (percentage).
final class PercentageBarOutput implements ProgressOutputInterface
use PhpCsFixer\Console\Output\OutputContext;
final class ProgressOutputFactory
@@ -20,6 +20,8 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
* @author Kévin Gomez <contact@kevingomez.fr>
final class CheckstyleReporter implements ReporterInterface
@@ -27,6 +27,8 @@ use Symfony\Component\Console\Formatter\OutputFormatter;
* @author Hans-Christian Otto <c.otto@suora.com>
final class GitlabReporter implements ReporterInterface