Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeynezbritskiy committed Dec 1, 2019
1 parent 35e4b98 commit 2203e22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- script: vendor/bin/phpunit

php:
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

matrix:
fast_finish: true
Expand Down
1 change: 1 addition & 0 deletions src/Response/BalanceResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public function getData(): array
* @param DOMNodeList $cardBalanceNodes
* @return array
* @SuppressWarninds(PHPMD.ElseExpression)
* @noinspection PhpSingleStatementWithBracesInspection
*/
private function xmlNodeToArray(DOMNodeList $cardBalanceNodes): array
{
Expand Down

0 comments on commit 2203e22

Please sign in to comment.