From 2cd65dd7b0e1308e4a739a1a79c0b60ca9738e86 Mon Sep 17 00:00:00 2001 From: nikuscs Date: Fri, 12 Jul 2024 12:53:40 +0000 Subject: [PATCH] Fix styling --- src/Concerns/EnumConcern.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Concerns/EnumConcern.php b/src/Concerns/EnumConcern.php index e7fb12b..f1ef655 100644 --- a/src/Concerns/EnumConcern.php +++ b/src/Concerns/EnumConcern.php @@ -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 {