From a1227030c214d34549d427ed7bf3c265958d38d4 Mon Sep 17 00:00:00 2001 From: MartkCz Date: Thu, 1 Jun 2017 13:52:15 +0200 Subject: [PATCH] space between brackets --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c2c1789..0ddddbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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