Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leepeuker committed Aug 25, 2024
1 parent 4c47e53 commit 4605b3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Service/Dashboard/DashboardFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function createDefaultDashboardRows() : DashboardRowList
);
}

// phpcs:ignore Generic.Metrics.CyclomaticComplexity
private function createDashboardRowById(int $rowId, bool $isVisible, bool $isExtended) : DashboardRow
{
return match (true) {
Expand Down

0 comments on commit 4605b3e

Please sign in to comment.