Skip to content

Commit 2ea752b

Browse files
committed
code formatting for PHP CS fixer
1 parent 02a2079 commit 2ea752b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/Images/GDHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ public function testImageCopyWithNoTargetAndMaxQuality(): void
363363
{
364364
foreach (['gif', 'jpeg', 'png', 'webp', 'avif'] as $type) {
365365
$this->handler->withFile($this->origin . 'ci-logo.' . $type);
366-
if($type === 'avif') {
366+
if ($type === 'avif') {
367367
$this->handler->save(null, 100, 10);
368368
} else {
369369
$this->handler->save(null, 100);

0 commit comments

Comments
 (0)