Skip to content

Commit 9fff664

Browse files
author
Ivan Salnikov
committed
fix Scrutinizer tests failed
1 parent 45a4d77 commit 9fff664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scruntinizer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
dependencies:
33
before:
4-
- composer global require "fxp/composer-asset-plugin:1.0.0"
4+
- composer global require "fxp/composer-asset-plugin:~1.1.0"
55

66
tools:
77
php_sim: true
@@ -107,4 +107,4 @@ checks:
107107
single_namespace_per_use: true
108108
optional_parameters_at_the_end: true
109109
non_commented_empty_catch_block: true
110-
function_body_start_on_new_line: true
110+
function_body_start_on_new_line: true

0 commit comments

Comments
 (0)