Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 authored and github-actions[bot] committed Oct 9, 2024
1 parent 6c7a896 commit 4749c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/CompliancePolicyTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public function renderPolicyData(array &$order_data): void
{
$policies = [];

if (!empty($order_data['compliance_data'])) {
if (! empty($order_data['compliance_data'])) {
foreach ($order_data['compliance_data'] as $index => $compliance) {
$policies[$index] = $compliance;
$policies[$index]['risk'] = RiskProfile::from($compliance['risk']);
Expand Down

0 comments on commit 4749c23

Please sign in to comment.