Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Oct 7, 2023
1 parent 6688336 commit 8fb515e
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 8fb515e

Please sign in to comment.