Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticfalcon committed Mar 18, 2019
1 parent 37a8090 commit 241e568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"scripts": {
"lint": "parallel-lint src tests",
"phpcs": "phpcs src tests --standard=psr12 -sp --colors",
"phpcs": "phpcs src tests --standard=psr12 -snp --colors",
"phpstan": [
"phpstan analyse src -c phpstan.neon --level max --no-progress",
"phpstan analyse tests -c phpstan.neon --level 4 --no-progress"
Expand Down
3 changes: 2 additions & 1 deletion tests/EmvQrTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public function testExampleA()
Iso4217Currency::ARS,
Iso3166Countries::ARGENTINA,
'GLADYS MABEL GIMENEZ',
'VILLA BOSCH');
'VILLA BOSCH'
);

static::assertEquals($original, (string)$payload);
}
Expand Down

0 comments on commit 241e568

Please sign in to comment.