Fixing PHPMD and PHPCS errors

This commit is contained in:
Dan Cryer 2014-05-13 16:44:57 +01:00
parent d53e7082af
commit 04a79d078b
2 changed files with 2 additions and 1 deletions

View file

@ -26,4 +26,4 @@ $conf = array(
),
);
return $conf;
return $conf;

View file

@ -5,6 +5,7 @@ build_settings:
- "Tests"
- "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.
setup:
composer: