mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-26 22:08:27 +00:00
Improve documentation and return values
This commit is contained in:
parent
74f35976a7
commit
4896d5c6e2
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user