Skip to content

Commit 4774b49

Browse files
committed
Harmonize messages.
1 parent b58f4bf commit 4774b49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Backend/SqlitePdoRoutineLoaderWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class SqlitePdoRoutineLoaderWorker extends SqlitePdoWorker implements RoutineLoa
6969
*/
7070
public function execute(?array $sources = null): int
7171
{
72-
$this->io->title('PhpStratum SQLite PDO: Loader');
72+
$this->io->title('PhpStratum: SQLite PDO Loader');
7373

7474
$this->phpStratumMetadataFilename = $this->settings->manString('loader.metadata');
7575
$this->sourcePattern = $this->settings->manString('loader.sources');

src/Backend/SqlitePdoRoutineWrapperGeneratorPdoWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public function execute(): int
9191
*/
9292
private function generateWrapperClass(): void
9393
{
94-
$this->io->title('PhpStratum SQLite PDO: Wrapper');
94+
$this->io->title('PhpStratum: SQLite PDO Wrapper');
9595

9696
$this->codeStore = new PhpCodeStore();
9797

0 commit comments

Comments
 (0)