Code style fixes.
This commit is contained in:
parent
fa569f3e22
commit
4e68eb7180
89 changed files with 942 additions and 251 deletions
|
|
@ -58,11 +58,11 @@ class PhpCpd extends Plugin implements ZeroConfigPluginInterface
|
|||
|
||||
/**
|
||||
* Check if this plugin can be executed.
|
||||
*
|
||||
*
|
||||
* @param $stage
|
||||
* @param Builder $builder
|
||||
* @param Build $build
|
||||
*
|
||||
*
|
||||
* @return bool
|
||||
*/
|
||||
public static function canExecute($stage, Builder $builder, Build $build)
|
||||
|
|
@ -115,11 +115,11 @@ class PhpCpd extends Plugin implements ZeroConfigPluginInterface
|
|||
|
||||
/**
|
||||
* Process the PHPCPD XML report.
|
||||
*
|
||||
*
|
||||
* @param $xmlString
|
||||
*
|
||||
*
|
||||
* @return integer
|
||||
*
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
protected function processReport($xmlString)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue