Skip to content

Commit

Permalink
space between brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
MartkCz committed Jun 1, 2017
1 parent e9bd353 commit a122703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -19,4 +19,4 @@ install:
- composer install

script:
- if ["$PHPSTAN" = "1"]; then vendor/bin/phpstan analyse src --level=7 --ansi --no-progress; fi
- if [ "$PHPSTAN" = "1" ]; then vendor/bin/phpstan analyse src --level=7 --ansi --no-progress; fi

0 comments on commit a122703

Please sign in to comment.