Passed
Push — feature/ECO-807-travis-ci ( 8a2dc8...c7aa6f )
by Andrey
04:06
created
fix-config.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-if (count($argv)<2) die('Not enough arguments. Path to config file is required.');
3
+if (count($argv)<2) {
4
+    die('Not enough arguments. Path to config file is required.');
5
+}
4 6
 
5 7
 $filename = $argv[1];
6 8
 
Please login to merge, or discard this patch.