Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Jan 22, 2019
1 parent 53f8acd commit 730d153
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build:
coverage:
tests:
override:
- command: 'php vendor/bin/phpunit --coverage-clover coverage.xml'
- command: php vendor/bin/phpunit --coverage-clover coverage.xml
coverage:
file: 'coverage.xml'
format: 'clover'
file: coverage.xml
format: clover
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ https://phpdoc.fenric.ru/

## Useful links

https://en.wikipedia.org/wiki/Vehicle_identification_number<br>
https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)<br>
https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)/World_Manufacturer_Identifier_(WMI)
* https://en.wikipedia.org/wiki/Vehicle_identification_number
* https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)
* https://en.wikibooks.org/wiki/Vehicle_Identification_Numbers_(VIN_codes)/World_Manufacturer_Identifier_(WMI)
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sunrise/vin",
"description": "Sunrise VIN",
"keywords": ["fenric", "sunrise", "vin"],
"description": "Simple VIN decoder for PHP 7.1+ based on ISO-3779",
"keywords": ["fenric", "sunrise", "vin", "decoder", "iso-3779"],
"homepage": "https://github.com/sunrise-php/vin",
"license": "MIT",
"authors": [{
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Sunrise VIN Test Suite">
Expand Down

0 comments on commit 730d153

Please sign in to comment.