Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 17, 2023
1 parent 47acd37 commit 0468f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BootstrapPluginCdnAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class BootstrapPluginCdnAsset extends AssetBundle
* @inheritDoc
*/
public $js = [
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js'
'https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js',
];

/**
Expand Down
2 changes: 1 addition & 1 deletion src/PopperCdnAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class PopperCdnAsset extends AssetBundle
* @inheritDoc
*/
public $js = [
'https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js'
'https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js',
];

/**
Expand Down

0 comments on commit 0468f6f

Please sign in to comment.