From 1768593513b35234cecbdebfa33c55236ef9e430 Mon Sep 17 00:00:00 2001 From: Andre Wyrwa Date: Wed, 24 May 2017 11:21:53 +1000 Subject: [PATCH] fix missing newlines --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1869144..f2c33b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,4 +9,4 @@ script: - mkdir -p build/logs - vendor/bin/phpunit --coverage-clover build/logs/clover.xml after_script: - - php vendor/bin/coveralls -v \ No newline at end of file + - php vendor/bin/coveralls -v diff --git a/README.md b/README.md index f6d4801..3b402b0 100644 --- a/README.md +++ b/README.md @@ -135,4 +135,4 @@ user.home = %ENV_HOME% ## License -THE ICONIC config library for PHP is released under the MIT License. \ No newline at end of file +THE ICONIC config library for PHP is released under the MIT License.