Skip to content

Commit 501b7d2

Browse files
freekmurzegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 8e3f7ab commit 501b7d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/Presets/Chargebee.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ class Chargebee implements Preset
1111
public function configure(Policy $policy): void
1212
{
1313
$policy
14-
->add([Directive::FRAME, Directive::SCRIPT, Directive::SCRIPT_ELEM, Directive::STYLE_ELEM],
15-
['js.chargebee.com']);
14+
->add(
15+
[Directive::FRAME, Directive::SCRIPT, Directive::SCRIPT_ELEM, Directive::STYLE_ELEM],
16+
['js.chargebee.com']
17+
);
1618
}
1719
}

0 commit comments

Comments
 (0)