Skip to content

Commit e793e78

Browse files
committed
code formatting for PHP CS fixer
1 parent b9fe001 commit e793e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)