chore: [OCISDEV-170] bump owncloud-codestyle to v3.5.1

This commit is contained in:
Lukas Hirt
2025-08-13 10:32:31 +02:00
parent 5eef533cb7
commit d4f0461280
2 changed files with 1 additions and 4 deletions

View File

@@ -1027,9 +1027,6 @@ def codestyle(ctx):
{ {
"name": "php-style", "name": "php-style",
"image": OC_CI_PHP % phpVersion, "image": OC_CI_PHP % phpVersion,
"environment": {
"PHP_CS_FIXER_IGNORE_ENV": "true",
},
"commands": [ "commands": [
"make test-php-style", "make test-php-style",
], ],

View File

@@ -1,5 +1,5 @@
{ {
"require": { "require": {
"owncloud/coding-standard": "^5.3" "owncloud/coding-standard": "^5.3.1"
} }
} }