Skip to content

Commit a9f42a9

Browse files
authored
Fix CI (#405)
* Update COMPOSER_ROOT_VERSION in Scrutinizer configuration * Fix StyleCI build
1 parent eadf037 commit a9f42a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
build:
22
environment:
33
variables:
4-
COMPOSER_ROOT_VERSION: '0.12.99'
4+
COMPOSER_ROOT_VERSION: '0.13.99'
55

66
nodes:
77
analysis:

.styleci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
risky: true
12
preset: symfony
23

34
enabled:
@@ -7,8 +8,6 @@ enabled:
78
disabled:
89
- phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198
910
- phpdoc_inline_tag
10-
- property_separation
11-
- const_separation
1211
- single_line_throw
1312

1413
finder:

0 commit comments

Comments
 (0)