Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuscs authored and github-actions[bot] committed Jul 12, 2024
1 parent 1c8e3ae commit 2cd65dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Concerns/EnumConcern.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,18 @@ public function notEquals(self ...$others): bool

/**
* Choose your pill, red or blue
*
* @param EnumConcern ...$others
* @return bool
*/
public function is(self ...$others): bool
{
return $this->equals(...$others);
}


/**
* Choose your pill, red or blue
*
* @param EnumConcern ...$others
* @return bool
*/
public function isNot(self ...$others): bool
{
Expand Down

0 comments on commit 2cd65dd

Please sign in to comment.