Skip to content

Commit 90d2eef

Browse files
lukmziggithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent c721b6e commit 90d2eef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Unit/RecycleBin/Service/RecycleBinServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public function testRestoreMultipleItemsUsesAsyncPath(): void
8181
$this->assertSame(50, $result);
8282
}
8383

84-
8584
/**
8685
* @throws Exception
8786
*/
@@ -107,6 +106,7 @@ public function testRestoreMultipleItems(): void
107106
$repository = $this->makeEmpty(RecycleBinRepositoryInterface::class, [
108107
'getItemIdsSortedByPath' => function (array $ids) use (&$capturedIds) {
109108
$capturedIds = $ids;
109+
110110
// Simulate DB sorting by path: parent IDs come first
111111
return [5, 10, 15];
112112
},

0 commit comments

Comments
 (0)