From a16fe378fde48ffa7f6d654fb782d50f2e739e55 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Tue, 13 May 2014 16:44:57 +0100 Subject: [PATCH] Fixing PHPMD and PHPCS errors --- phinx.php | 2 +- phpci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/phinx.php b/phinx.php index 674dfed6..3c407b1e 100644 --- a/phinx.php +++ b/phinx.php @@ -26,4 +26,4 @@ $conf = array( ), ); -return $conf; \ No newline at end of file +return $conf; diff --git a/phpci.yml b/phpci.yml index 050c6e75..4522d0fe 100644 --- a/phpci.yml +++ b/phpci.yml @@ -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: