🆙 phpstan done an refactoring 🆙

This commit is contained in:
Remco
2026-01-20 20:40:28 +01:00
parent fccf4c2116
commit 981fd59af5
14 changed files with 148 additions and 126 deletions
@@ -12,7 +12,7 @@ class AtomSetupCommand extends Command
protected $description = 'Takes you through a basic setup, allowing you to define general settings';
private function progressInfo(int $step)
private function progressInfo(int $step): void
{
$this->info(sprintf('Step %s/13', $step));
$this->newLine();