Skip to content

Commit

Permalink
style: composer style
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Sep 7, 2023
1 parent 15f1cc5 commit d73513b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Handlers/BaseHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ protected function isSerialized($data, $strict = true): bool
} elseif (false === strpos($data, '"')) {
return false;
}

// Or else fall through.
// no break
case 'a':
Expand Down

0 comments on commit d73513b

Please sign in to comment.