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 21, 2023
1 parent 44dbece commit 8889fc4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Accordion.php
Expand Up @@ -9,6 +9,7 @@
use Stringable;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Html\Html;

use function array_key_exists;
use function implode;
use function is_array;
Expand Down
1 change: 1 addition & 0 deletions src/Alert.php
Expand Up @@ -7,6 +7,7 @@
use Stringable;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Html\Html;

use function array_merge;

/**
Expand Down
1 change: 0 additions & 1 deletion src/CloseButtonTrait.php
Expand Up @@ -16,7 +16,6 @@ trait CloseButtonTrait
private bool $encodeCloseButton = true;
private bool $showCloseButton = true;


abstract protected function toggleComponent(): string;

abstract public function getId(): ?string;
Expand Down
1 change: 1 addition & 0 deletions src/Collapse.php
Expand Up @@ -7,6 +7,7 @@
use Stringable;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Html\Html;

use function array_key_exists;

/**
Expand Down
1 change: 1 addition & 0 deletions src/Modal.php
Expand Up @@ -8,6 +8,7 @@
use Stringable;
use Yiisoft\Arrays\ArrayHelper;
use Yiisoft\Html\Html;

use function array_merge;

/**
Expand Down

0 comments on commit 8889fc4

Please sign in to comment.