We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eadf037 commit a9f42a9Copy full SHA for a9f42a9
.scrutinizer.yml
@@ -1,7 +1,7 @@
1
build:
2
environment:
3
variables:
4
- COMPOSER_ROOT_VERSION: '0.12.99'
+ COMPOSER_ROOT_VERSION: '0.13.99'
5
6
nodes:
7
analysis:
.styleci.yml
@@ -1,3 +1,4 @@
+risky: true
preset: symfony
enabled:
@@ -7,8 +8,6 @@ enabled:
8
disabled:
9
- phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198
10
- phpdoc_inline_tag
- - property_separation
11
- - const_separation
12
- single_line_throw
13
14
finder:
0 commit comments