Skip to content

Commit

Permalink
Some more cleanup from PHPDoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
polothy committed Feb 21, 2019
1 parent 9ff17d6 commit 358ebdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This project supports the following testing frameworks and code analysis tools:
* [PHPUnit](https://phpunit.de)
* [Behat](http://behat.org/)
* [Moodle Code Checker](https://github.com/moodlehq/moodle-local_codechecker)
* [Moodle PHPdoc check](https://github.com/moodlehq/moodle-local_moodlecheck)
* [Mustache Linting](https://docs.moodle.org/dev/Templates)
* [Grunt tasks](https://docs.moodle.org/dev/Grunt)
* [PHP Linting](https://github.com/JakubOnderka/PHP-Parallel-Lint)
Expand Down
1 change: 1 addition & 0 deletions src/Command/ParallelCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public function initializeProcesses()
'phpcpd' => new Process(sprintf('%s phpcpd --ansi %s', $bin, $plugin)),
'phpmd' => new Process(sprintf('%s phpmd --ansi -m %s %s', $bin, $moodle, $plugin)),
'codechecker' => new Process(sprintf('%s codechecker --ansi %s', $bin, $plugin)),
'phpdoc' => new Process(sprintf('%s phpdoc --ansi %s', $bin, $plugin)),
'validate' => new Process(sprintf('%s validate --ansi -m %s %s', $bin, $moodle, $plugin)),
'savepoints' => new Process(sprintf('%s savepoints --ansi %s', $bin, $plugin)),
'mustache' => new Process(sprintf('%s mustache --ansi -m %s %s', $bin, $moodle, $plugin)),
Expand Down

0 comments on commit 358ebdb

Please sign in to comment.