Skip to content

Commit 523ab7b

Browse files
committed
refactor: update project service and repository interfaces for consistency
- adds unit tests
1 parent 07deb8c commit 523ab7b

24 files changed

+968
-522
lines changed

src/Application/Bootloader/CoreBootloader.php

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
namespace Butschster\ContextGenerator\Application\Bootloader;
66

7-
use Butschster\ContextGenerator\Console\DisplayCommand;
87
use Butschster\ContextGenerator\Console\GenerateCommand;
98
use Butschster\ContextGenerator\Console\InitCommand;
109
use Butschster\ContextGenerator\Console\SchemaCommand;
@@ -58,7 +57,6 @@ public function boot(ConsoleBootloader $console): void
5857
SchemaCommand::class,
5958
SelfUpdateCommand::class,
6059
GenerateCommand::class,
61-
DisplayCommand::class,
6260
);
6361
}
6462

src/Console/DisplayCommand.php

-113
This file was deleted.

src/Console/Renderer/ConfigRendererInterface.php

-21
This file was deleted.

src/Console/Renderer/DocumentRenderer.php

-31
This file was deleted.

src/Console/Renderer/ModifierRenderer.php

-43
This file was deleted.

0 commit comments

Comments
 (0)