File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff 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 = [];
You can’t perform that action at this time.
0 commit comments