Skip to content

Commit f051880

Browse files
committed
Apply fixes from StyleCI
1 parent a4efdcd commit f051880

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/FlaggedEnum.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ public function hasMultipleFlags(): bool
177177
*
178178
* @param int[]|Enum[] $flags
179179
* @return bool
180+
*
180181
* @throws InvalidEnumValueException
181182
*/
182183
public function notHasFlags(array $flags): bool
@@ -195,6 +196,7 @@ public function notHasFlags(array $flags): bool
195196
*
196197
* @param int|Enum $flag
197198
* @return bool
199+
*
198200
* @throws InvalidEnumValueException
199201
*/
200202
public function notHasFlag($flag): bool

src/Repositories/Enums/CacheEnum.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public static function getCacheKey($value, $identifier = null): string
6161
* @param $value
6262
* @param null $options
6363
* @return mixed
64+
*
6465
* @throws InvalidMethodException
6566
*/
6667
public static function getCacheExpireTime($value, $options = null)

0 commit comments

Comments
 (0)