Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
change details
  • Loading branch information
ihormandzyuk committed Oct 28, 2025
commit b55d9d5709efe0f51f3e8b8ed23898c1f50212e2
3 changes: 1 addition & 2 deletions Model/SecurityChecker/CheckMalwareInDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,7 @@ public function getPosition(): int
*/
public function getDetails(): array
{
$this->details = [];
return $this->details;
return [];
}

/**
Expand Down