Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1e52bfa

Browse files
[CS] Back config from 8.1 and apply heredoc_indentation rule
1 parent 7d218e9 commit 1e52bfa

4 files changed

Lines changed: 160 additions & 160 deletions

File tree

Command/DebugCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ protected function configure()
5656
->addArgument('class', InputArgument::REQUIRED, 'A fully qualified class name or a path')
5757
->addOption('show-all', null, InputOption::VALUE_NONE, 'Show all classes even if they have no validation constraints')
5858
->setHelp(<<<'EOF'
59-
The <info>%command.name% 'App\Entity\Dummy'</info> command dumps the validators for the dummy class.
59+
The <info>%command.name% 'App\Entity\Dummy'</info> command dumps the validators for the dummy class.
6060
61-
The <info>%command.name% src/</info> command dumps the validators for the `src` directory.
62-
EOF
61+
The <info>%command.name% src/</info> command dumps the validators for the `src` directory.
62+
EOF
6363
)
6464
;
6565
}

0 commit comments

Comments
 (0)