Skip to content

Commit

Permalink
Fix style with php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
xHeaven committed Dec 29, 2024
1 parent c7b463c commit f514154
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/Comparable.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

namespace ArchTech\Enums;

use Exception;
use Iterator;
use IteratorAggregate;
use UnitEnum;

trait Comparable
Expand Down
2 changes: 1 addition & 1 deletion src/Options.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static function stringOptions(?Closure $callback = null, string $glue = '

// [name, name]
$options = static::options();
if (!$firstCase instanceof BackedEnum) {
if (! $firstCase instanceof BackedEnum) {
// [name => name, name => name]
$options = array_combine($options, $options);
}
Expand Down

0 comments on commit f514154

Please sign in to comment.