Skip to content

Commit

Permalink
Merge pull request #600 from nextcloud/dependabot/composer/nextcloud/…
Browse files Browse the repository at this point in the history
…coding-standard-1.3.1
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
2 parents 547f9eb + 979c135 commit d8e4868
Show file tree
Hide file tree
Showing 9 changed files with 511 additions and 703 deletions.
71 changes: 59 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion lib/Listener/FlowRegisterOperationListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
*/
class FlowRegisterOperationListener implements IEventListener {
public function __construct(
protected readonly Operation $operation) {
protected readonly Operation $operation,
) {
}

public function handle(Event $event): void {
Expand Down
2 changes: 1 addition & 1 deletion lib/Operation.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function __construct(
protected readonly File $fileEntity,
protected readonly IMountManager $mountManager,
protected readonly IRootFolder $rootFolder,
protected readonly LoggerInterface $logger
protected readonly LoggerInterface $logger,
) {
}

Expand Down
11 changes: 5 additions & 6 deletions tests/Integration/composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
}
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"behat/behat": "^3.10",
"guzzlehttp/guzzle": "7.9.2",
"jarnaiz/behat-junit-formatter": "^1.3",
"sabre/dav": "^4.4"
"phpunit/phpunit": "^9.6.21",
"behat/behat": "^3.14.0",
"guzzlehttp/guzzle": "^7.9.2",
"sabre/dav": "^4.6.0"
}
}
Loading

0 comments on commit d8e4868

Please sign in to comment.