Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored and github-actions[bot] committed Sep 19, 2023
1 parent 877da26 commit 0fcf252
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
10 changes: 5 additions & 5 deletions bundles/CoreBundle/src/Command/ClassesRebuildCommand.php
Expand Up @@ -43,11 +43,11 @@ protected function configure(): void
{
$this
->addOption(
'create-classes',
'c',
InputOption::VALUE_NONE,
'Create missing Classes (Classes that exists in var/classes but not in the database)'
)
'create-classes',
'c',
InputOption::VALUE_NONE,
'Create missing Classes (Classes that exists in var/classes but not in the database)'
)
->addOption(
'delete-classes',
'd',
Expand Down
Expand Up @@ -34,7 +34,6 @@
)]
class InternalModelDaoMappingGeneratorCommand extends AbstractCommand
{

protected function execute(InputInterface $input, OutputInterface $output): int
{
$finder = new Finder();
Expand Down
10 changes: 5 additions & 5 deletions bundles/CoreBundle/src/Command/ThumbnailsVideoCommand.php
Expand Up @@ -45,11 +45,11 @@ protected function configure(): void

$this
->addOption(
'parent',
null,
InputOption::VALUE_OPTIONAL,
'only create thumbnails of images in this folder (ID)'
)
'parent',
null,
InputOption::VALUE_OPTIONAL,
'only create thumbnails of images in this folder (ID)'
)
->addOption(
'thumbnails',
't',
Expand Down

0 comments on commit 0fcf252

Please sign in to comment.