fix dependencies, still broken phpstan #363
php.yml
on: push
0️⃣ Kill previous runs
3s
1️⃣ PHP: Code Style errors
20s
2️⃣ PHP: PHPStan
22s
Matrix: tests
Annotations
12 errors
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/ImageMagick.php#L283
Parameter #1 $rational of method PHPExif\Mapper\ImageMagick::normalizeComponent() expects string, int|string given.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/ImageMagick.php#L282
Parameter #1 $rational of method PHPExif\Mapper\ImageMagick::normalizeComponent() expects string, int|string given.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/ImageMagick.php#L281
Offset 1 might not exist on array{0?: string, 1?: non-falsy-string, 2?: string, 3?: non-falsy-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L415
Offset 3 might not exist on array{0?: string, 1?: non-empty-string, 2?: non-empty-string, 3?: non-empty-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L415
Offset 2 might not exist on array{0?: string, 1?: non-empty-string, 2?: non-empty-string, 3?: non-empty-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L415
Offset 1 might not exist on array{0?: string, 1?: non-empty-string, 2?: non-empty-string, 3?: non-empty-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L358
Offset 0 might not exist on array{0?: numeric-string, 1?: numeric-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L356
Offset 1 might not exist on array{0?: numeric-string, 1?: numeric-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L351
Offset 1 might not exist on array{0?: numeric-string, 1?: numeric-string}.
|
|
2️⃣ PHP: PHPStan:
lib/PHPExif/Mapper/Exiftool.php#L349
Offset 0 might not exist on array{0?: numeric-string, 1?: numeric-string}.
|
|
2️⃣ PHP 8.3: Tests
Process completed with exit code 1.
|
|
2️⃣ PHP 8.4: Tests
Process completed with exit code 1.
|