Improve documentation and return values

This commit is contained in:
Francesco Abeni 2015-10-31 12:54:14 +01:00
parent 74f35976a7
commit 4896d5c6e2
1 changed files with 7 additions and 0 deletions

View File

@ -156,6 +156,13 @@ class RoboFile extends \Robo\Tasks
->stopOnFail();
}
/**
* Run the specified checker tool. Valid options are phpmd, phpcs, phpcpd
*
* @param string $tool
*
* @return bool
*/
public function runChecker($tool = null)
{
if ($tool === null) {