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.
2 parents 5eef533 + d4f0461 commit 355e893Copy full SHA for 355e893
.drone.star
@@ -1027,9 +1027,6 @@ def codestyle(ctx):
1027
{
1028
"name": "php-style",
1029
"image": OC_CI_PHP % phpVersion,
1030
- "environment": {
1031
- "PHP_CS_FIXER_IGNORE_ENV": "true",
1032
- },
1033
"commands": [
1034
"make test-php-style",
1035
],
vendor-bin/owncloud-codestyle/composer.json
@@ -1,5 +1,5 @@
1
2
"require": {
3
- "owncloud/coding-standard": "^5.3"
+ "owncloud/coding-standard": "^5.3.1"
4
}
5
0 commit comments