Skip to content

Commit 43862e0

Browse files
committed
add newline at text files end
1 parent 4ca9f4d commit 43862e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
vendor/
22
composer.lock
3-
phpunit.xml
3+
phpunit.xml
4+

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ script:
2222
after_script:
2323
- wget https://scrutinizer-ci.com/ocular.phar
2424
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
25+

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
</exclude>
2323
</whitelist>
2424
</filter>
25-
</phpunit>
25+
</phpunit>
26+

0 commit comments

Comments
 (0)