Skip to content

Commit d4c3f70

Browse files
committed
lint fixes
1 parent 0141166 commit d4c3f70

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/acceptance/features/bootstrap/OccContext.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,13 +1224,12 @@ public function theFollowingLocalStoragesShouldNotExist(TableNode $mountPoints)
12241224
}
12251225
}
12261226

1227-
1228-
12291227
/**
12301228
* @When the administrator deletes folder :folder using occ command
12311229
*
12321230
* @param string $folder
12331231
*
1232+
* @return void
12341233
* @throws Exception
12351234
*/
12361235
public function administratorDeletesFolder($folder) {
@@ -1251,8 +1250,6 @@ public function administratorDeletesFolder($folder) {
12511250
unset($this->createdLocalStorage[$mount_id]);
12521251
}
12531252

1254-
1255-
12561253
/**
12571254
* @When the administrator list the repair steps using the occ command
12581255
*

0 commit comments

Comments
 (0)