Fixing PHPCI issues for this branch

This commit is contained in:
Dan Cryer 2014-07-23 14:54:49 +01:00
parent dfb992de48
commit 5c6aad3282
2 changed files with 2 additions and 2 deletions

View file

@ -44,8 +44,7 @@ class BuildService
$committerEmail = null,
$commitMessage = null,
$extra = null
)
{
) {
$build = new Build();
$build->setCreated(new \DateTime());
$build->setProject($project);

View file

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