1
0
mirror of synced 2025-02-09 00:39:25 +03:00

Merge pull request #6862 from OskarStark/typo

fixed closing tag
This commit is contained in:
Luís Cobucci 2017-12-03 11:27:52 +01:00 committed by GitHub
commit f13f7ebe54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -103,6 +103,6 @@ class GenerateProxiesCommand extends Command
// Outputting information message
$ui->newLine();
$ui->text(sprintf('Proxy classes generated to "<info>%s</INFO>"', $destPath));
$ui->text(sprintf('Proxy classes generated to "<info>%s</info>"', $destPath));
}
}

View File

@ -109,6 +109,6 @@ class GenerateRepositoriesCommand extends Command
// Outputting information message
$ui->newLine();
$ui->text(sprintf('Repository classes generated to "<info>%s</INFO>"', $destPath));
$ui->text(sprintf('Repository classes generated to "<info>%s</info>"', $destPath));
}
}