コード例 #1
0
ファイル: LintCommand.php プロジェクト: iurkidi/nmarcajunto
    /**
     * {@inheritdoc}
     */
    protected function configure()
    {
        parent::configure();
        $this->setHelp($this->getHelp() . <<<EOF


Or all template files in a bundle:

<info>php %command.full_name% @AcmeDemoBundle</info>
EOF
);
    }