Skip to content

Commit 8bf11ed

Browse files
committed
Add new line to EOF
1 parent fb5fad6 commit 8bf11ed

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ tools:
1515
php_cs_fixer:
1616
enabled: true
1717
config:
18-
level: psr2
18+
level: psr2

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ script:
1919

2020
after_script:
2121
- wget https://scrutinizer-ci.com/ocular.phar
22-
- php ocular.phar code-coverage:upload --format=php-clover ./build/clover.xml
22+
- php ocular.phar code-coverage:upload --format=php-clover ./build/clover.xml

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.
21+
SOFTWARE.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ Acknowledgements
8787
---
8888
Significant portions of the work is based on Graylin Kim's Python bit/byte reader in `sc2reader`_
8989

90-
.. _sc2reader: https://github.com/GraylinKim/sc2reader
90+
.. _sc2reader: https://github.com/GraylinKim/sc2reader

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828
"dev-master": "1.0.x-dev"
2929
}
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)