diff --git a/PHPCI/Service/BuildService.php b/PHPCI/Service/BuildService.php index 99f06ec2..300df728 100644 --- a/PHPCI/Service/BuildService.php +++ b/PHPCI/Service/BuildService.php @@ -44,8 +44,7 @@ class BuildService $committerEmail = null, $commitMessage = null, $extra = null - ) - { + ) { $build = new Build(); $build->setCreated(new \DateTime()); $build->setProject($project); diff --git a/phpci.yml b/phpci.yml index 4522d0fe..20419bda 100644 --- a/phpci.yml +++ b/phpci.yml @@ -6,6 +6,7 @@ build_settings: - "PHPCI/Command" # PHPMD complains about un-used parameters, but they are required. - "public/install.php" # PHPCS really doesn't like PHP mixed with HTML (and so it shouldn't) - "PHPCI/Migrations" # Ignore the migrations directory, as both PHPMD and PHPCS can't cope with them. + - "PHPCI/Model/Base" # These files are auto-generated, and sometimes hit PHPMD complexity thresholds. setup: composer: