Skip to content

Commit 87ee6e5

Browse files
committed
fix lint
1 parent 5fda22f commit 87ee6e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Entity.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,14 @@ public function pre_deleteItem()
264264
return true;
265265
}
266266

267-
267+
/**
268+
* @return array<string, mixed>
269+
*/
270+
#[Override]
268271
public static function getDefaultSearchRequest(): array
269272
{
270273
return [
271-
'sort' => 1,
274+
'sort' => 1, //completename SO
272275
'order' => 'ASC',
273276
];
274277
}

0 commit comments

Comments
 (0)