From 246bad035b72861a903fded2dec6a4176fa249f9 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Fri, 8 Aug 2025 17:53:02 +0200 Subject: [PATCH] ci: bump phpcs version to php 8.3 --- phpcs.xml.dist | 2 +- tests/Param/ParamValueConverterRegistryTest.php | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/phpcs.xml.dist b/phpcs.xml.dist index e83f7f8..91a1378 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -6,7 +6,7 @@ - + diff --git a/tests/Param/ParamValueConverterRegistryTest.php b/tests/Param/ParamValueConverterRegistryTest.php index 7395ba4..73fdc4f 100644 --- a/tests/Param/ParamValueConverterRegistryTest.php +++ b/tests/Param/ParamValueConverterRegistryTest.php @@ -33,9 +33,9 @@ final class ParamValueConverterRegistryTest extends TestCaseBase { use WithClient; - private const VersionIntervalJson = 2301; - private const VersionLineString = 2408; - private const VersionVariant = 2403; + private const int VersionIntervalJson = 2301; + private const int VersionLineString = 2408; + private const int VersionVariant = 2403; /** @var array */ private static array $types = [];