Skip to content

Commit d8e4868

Browse files
Merge pull request #600 from nextcloud/dependabot/composer/nextcloud/coding-standard-1.3.1
2 parents 547f9eb + 979c135 commit d8e4868

File tree

9 files changed

+511
-703
lines changed

9 files changed

+511
-703
lines changed

composer.lock

+59-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Listener/FlowRegisterOperationListener.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
*/
2020
class FlowRegisterOperationListener implements IEventListener {
2121
public function __construct(
22-
protected readonly Operation $operation) {
22+
protected readonly Operation $operation,
23+
) {
2324
}
2425

2526
public function handle(Event $event): void {

lib/Operation.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function __construct(
4242
protected readonly File $fileEntity,
4343
protected readonly IMountManager $mountManager,
4444
protected readonly IRootFolder $rootFolder,
45-
protected readonly LoggerInterface $logger
45+
protected readonly LoggerInterface $logger,
4646
) {
4747
}
4848

tests/Integration/composer.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
{
22
"config": {
33
"platform": {
4-
"php": "8.0"
4+
"php": "8.1"
55
}
66
},
77
"require-dev": {
8-
"phpunit/phpunit": "^9.5",
9-
"behat/behat": "^3.10",
10-
"guzzlehttp/guzzle": "7.9.2",
11-
"jarnaiz/behat-junit-formatter": "^1.3",
12-
"sabre/dav": "^4.4"
8+
"phpunit/phpunit": "^9.6.21",
9+
"behat/behat": "^3.14.0",
10+
"guzzlehttp/guzzle": "^7.9.2",
11+
"sabre/dav": "^4.6.0"
1312
}
1413
}

0 commit comments

Comments
 (0)