mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 04:03:12 +08:00
Drop support for PHP 8.2
This commit is contained in:
@@ -32,8 +32,8 @@ use const Shlinkio\Shlink\DEFAULT_QR_CODE_COLOR;
|
||||
|
||||
class QrCodeActionTest extends TestCase
|
||||
{
|
||||
private const WHITE = 0xFFFFFF;
|
||||
private const BLACK = 0x0;
|
||||
private const int WHITE = 0xFFFFFF;
|
||||
private const int BLACK = 0x0;
|
||||
|
||||
private MockObject & ShortUrlResolverInterface $urlResolver;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user