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: