Skip to content

Commit aa7afbd

Browse files
authored
ci: bump phpcs version to php 8.3 (#304)
1 parent 8eb584f commit aa7afbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<arg name="cache" value=".phpcs-cache" />
77
<arg name="colors" />
88

9-
<config name="php_version" value="80100" />
9+
<config name="php_version" value="80300" />
1010

1111
<!-- Ignore warnings, show progress of the run and show sniff names -->
1212
<arg value="nps" />

tests/Param/ParamValueConverterRegistryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ final class ParamValueConverterRegistryTest extends TestCaseBase
3333
{
3434
use WithClient;
3535

36-
private const VersionIntervalJson = 2301;
37-
private const VersionLineString = 2408;
38-
private const VersionVariant = 2403;
36+
private const int VersionIntervalJson = 2301;
37+
private const int VersionLineString = 2408;
38+
private const int VersionVariant = 2403;
3939

4040
/** @var array<string> */
4141
private static array $types = [];

0 commit comments

Comments
 (0)