Property | Type | Description | |
---|---|---|---|
$checkstyleReportFilename | string | Path to checkstyle report output file | |
$paths | array | Paths to scan. | |
$quiet | boolean | Run silently w/o any console output | |
$reports | array | Reports | |
$standard | string | Standard to use. | |
$workingDirectory | string | Working directory. |
Method | Description | |
---|---|---|
__construct ( string $workingDirectory ) : void | Create a new CLI object. | |
run ( array $arguments ) : void | Run Flitch. |
Method | Description | |
---|---|---|
analyzeFile ( string $path, |
Analyze single file for coding standard violations. | |
analyzeFiles ( ) : void | Analyze files for coding standard violations. | |
printHelp ( ) : void | Print help. |
public __construct ( string $workingDirectory ) : void | ||
$workingDirectory | string | |
return | void |
protected analyzeFile ( string $path, |
||
$path | string | |
$tokenizer | ||
$manager | ||
return | File |
protected analyzeFiles ( ) : void | ||
return | void |
protected string $checkstyleReportFilename | ||
return | string |
protected string $workingDirectory | ||
return | string |