robo-tasks robo-phplint
This is a wrapper to the overtune/phplint, and allows it to be run in a robo task
nateageek/robo-phplint
This is a wrapper to the overtune/phplint, and allows it to be run in a robo task
- Friday, April 27, 2018
- by NateAGeek
- Repository
- 1 Watchers
- 0 Stars
- 53 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 56 % Grown
Installation
Require the repo via composer require nateageek/robo-phplint
, (*1)
Usage
<?php
class RoboFile extends \Robo\Tasks {
use NateAGeek\Robo\Task\PHPLint\Tasks;
function testLint() {
//This will run phplint on all *.php files in the directory /phplint-code
// Also will return any errors found as an array.
$this->taskPHPLintTask("/phplint-code")
->run();
}
}
dev-master
9999999-dev
This is a wrapper to the overtune/phplint, and allows it to be run in a robo task
Sources
Download
MIT
The Requires
The Development Requires
by
NateAGeek
1.0
1.0.0.0
This is a wrapper to the overtune/phplint, and allows it to be run in a robo task
Sources
Download
MIT
The Requires
The Development Requires
by
NateAGeek