mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Refactor command line utilities
This commit is contained in:
@@ -28,7 +28,7 @@ abstract class AbstractCheckCommand extends Command
|
||||
{
|
||||
$ret = static::CHECK_OK;
|
||||
|
||||
foreach($this->provideRequirements() as $collection) {
|
||||
foreach ($this->provideRequirements() as $collection) {
|
||||
|
||||
$output->writeln('');
|
||||
$output->writeln($collection->getName() . ' requirements : ');
|
||||
|
Reference in New Issue
Block a user