We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -10,12 +10,12 @@ |
||
| 10 | 10 | * LICENSE.txt file that was distributed with this source code. |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | - /** |
|
| 14 | - * Commands to be executed by TYPO3, where the key of the array |
|
| 15 | - * is the name of the command (to be called as the first argument after "typo3"). |
|
| 16 | - * Required parameter is the "class" of the command which needs to be a subclass |
|
| 17 | - * of \Symfony\Component\Console\Command\Command. |
|
| 18 | - */ |
|
| 13 | + /** |
|
| 14 | + * Commands to be executed by TYPO3, where the key of the array |
|
| 15 | + * is the name of the command (to be called as the first argument after "typo3"). |
|
| 16 | + * Required parameter is the "class" of the command which needs to be a subclass |
|
| 17 | + * of \Symfony\Component\Console\Command\Command. |
|
| 18 | + */ |
|
| 19 | 19 | return [ |
| 20 | 20 | 'kitodo:index' => [ |
| 21 | 21 | 'class' => Kitodo\Dlf\Command\IndexCommand::class |