Skip to content

Commit fc059a1

Browse files
committed
Apply fixes from StyleCI
1 parent 6cfaae0 commit fc059a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CastsEnums.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public function setAttribute($key, $value)
6262
{
6363
if ($this->isEnumAttribute($key)) {
6464
$enumClass = $this->getEnumClass($key);
65-
if (! $value instanceof $enumClass) {
65+
if (!$value instanceof $enumClass) {
6666
$value = new $enumClass($value);
6767
}
6868

0 commit comments

Comments
 (0)