Skip to content

Commit

Permalink
Merge pull request #24 from colinodell/analysis-RPJBwx
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
colinodell committed Oct 7, 2023
2 parents 6688336 + 8fb515e commit ffc4f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Json5Decoder.php
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ private static function getEscapee(string $ch): ?string
case 'r': return "\r";
case 't': return "\t";
default: return null;
// @codingStandardsIgnoreEnd
// @codingStandardsIgnoreEnd
}
}
}

0 comments on commit ffc4f0a

Please sign in to comment.