Code style fixes.

This commit is contained in:
Dmitry Khomutov 2017-11-05 21:48:36 +07:00
commit 4e68eb7180
No known key found for this signature in database
GPG key ID: EC19426474B37AAC
89 changed files with 942 additions and 251 deletions

View file

@ -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)