diff --git a/tests/Phar/PharMetaTest.php b/tests/Phar/PharMetaTest.php index 6d745b32a..7dde21c9a 100644 --- a/tests/Phar/PharMetaTest.php +++ b/tests/Phar/PharMetaTest.php @@ -415,7 +415,7 @@ public static function pharProvider(): iterable null, [ 'sample.txt' => [ - 'compression' => CompressionAlgorithm::GZ, + 'compression' => CompressionAlgorithm::GZ, 'compressedSize' => 15, ], ],