We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f767d commit c52bd01Copy full SHA for c52bd01
.github/workflows/tests.yml
@@ -38,6 +38,10 @@ jobs:
38
stable: true
39
coverage: false
40
composer-flags: '--prefer-lowest'
41
+ - php: '8.3'
42
+ stable: false
43
+ coverage: false
44
+ composer-flags: '--ignore-platform-req=php+'
45
46
steps:
47
- uses: actions/checkout@v2
src/Json5Decoder.php
@@ -624,7 +624,7 @@ private static function getEscapee(string $ch): ?string
624
case 'r': return "\r";
625
case 't': return "\t";
626
default: return null;
627
- // @codingStandardsIgnoreEnd
+ // @codingStandardsIgnoreEnd
628
}
629
630
0 commit comments