Skip to content

Commit 319847f

Browse files
Merge pull request #999 from nextcloud/dependabot/composer/vendor-bin/csfixer/nextcloud/coding-standard-1.5.0
build(deps-dev): Bump nextcloud/coding-standard from 1.4.0 to 1.5.0 in /vendor-bin/csfixer
2 parents 72bda3d + 2c2fce7 commit 319847f

6 files changed

Lines changed: 21 additions & 26 deletions

File tree

tests/Integration/app/lib/Controller/EndpointController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function reset(): DataResponse {
4040
$query->delete('flow_operations')->executeStatement();
4141
$query->delete('flow_operations_scope')->executeStatement();
4242

43-
4443
try {
4544
$tag = $this->systemTagManager->getTag('files_accesscontrol_intergrationtest', true, true);
4645
$this->systemTagManager->deleteTags([$tag->getId()]);

tests/Integration/features/bootstrap/FeatureContext.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ public function theWebdavResponseShouldHaveAStatusCode(string $statusCode) {
179179
}
180180
}
181181

182-
183182
#[Given('the following :appId app config is set')]
184183
public function setAppConfig(string $appId, TableNode $formData): void {
185184
$this->setCurrentUser('admin');

tests/Integration/features/bootstrap/WebDav.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,6 @@ public function userLoadsFileListOfTrashbin($user) {
10341034
$this->trashedFiles = array_keys($response);
10351035
}
10361036

1037-
10381037
/**
10391038
* @param string $user
10401039
* @param string $path

tests/Unit/StorageWrapperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public static function dataSinglePath(): array {
9999
public function testSinglePath(string $method, string $path, bool $return, ?\Exception $expected): void {
100100
$storage = $this->getInstance(['checkFileAccess']);
101101

102-
103102
if (is_null($expected)) {
104103
$storage->expects($this->once())
105104
->method('checkFileAccess')
@@ -212,7 +211,6 @@ public function testFopenPermissionMapping(string $mode, int $expectedPermission
212211
public function testSinglePathOverWritten(string $method, string $path, bool $return, ?\Exception $checkAccess, bool $expected): void {
213212
$storage = $this->getInstance(['checkFileAccess']);
214213

215-
216214
if ($checkAccess === null) {
217215
$storage->expects($this->once())
218216
->method('checkFileAccess')

vendor-bin/csfixer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
},
88
"require-dev": {
99
"friendsofphp/php-cs-fixer": "^3.89.2",
10-
"nextcloud/coding-standard": "^1.4.0"
10+
"nextcloud/coding-standard": "^1.5.0"
1111
}
1212
}

vendor-bin/csfixer/composer.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)