Skip to content

Commit

Permalink
Add newline ending
Browse files Browse the repository at this point in the history
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
  • Loading branch information
feryardiant committed Nov 7, 2015
1 parent f2c23ab commit 9ef264a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ end_of_line = lf
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
insert_final_newline = true
indent_style = space

[{src,tests}/**.php]
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ composer.lock
vendor
clover.xml
coveralls-upload.json
*.sublime-*
*.sublime-*
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ script:
- phpunit --coverage-clover clover.xml

after_script:
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
- if [[ "$TRAVIS_PHP_VERSION" == '5.6' ]]; then php vendor/bin/coveralls -v ; fi
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ All pull requests must adhere to the [PSR-2 standard](https://github.com/php-fig

All pull requests must be accompanied by passing unit tests and complete code coverage.

[Learn about PHPUnit](https://github.com/sebastianbergmann/phpunit/)
[Learn about PHPUnit](https://github.com/sebastianbergmann/phpunit/)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
</whitelist>
</filter>

</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion src/Monolog.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ protected function getDefaultFormatter()
{
return new LineFormatter(null, null, true, true);
}
}
}
2 changes: 1 addition & 1 deletion src/MonologProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ public function register(Container $container)

$container['logger'] = new Monolog('slim-app', $container->get('settings')['logger']);
}
}
}

0 comments on commit 9ef264a

Please sign in to comment.