mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-07 07:43:12 +08:00
Update to PHP coding standard 2.4.0
This commit is contained in:
@@ -20,7 +20,7 @@ use function print_r;
|
||||
class ValidationExceptionTest extends TestCase
|
||||
{
|
||||
#[Test, DataProvider('provideExceptions')]
|
||||
public function createsExceptionFromInputFilter(?Throwable $prev): void
|
||||
public function createsExceptionFromInputFilter(Throwable|null $prev): void
|
||||
{
|
||||
$invalidData = [
|
||||
'foo' => 'bar',
|
||||
|
||||
Reference in New Issue
Block a user