Skip to content

Commit e6de340

Browse files
committed
Run composer format
1 parent 294dca8 commit e6de340

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/phpunit/tests/functions.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,18 +1584,18 @@ public function test_wp_getimagesize_heic() {
15841584
$expected = array_merge(
15851585
$expected,
15861586
array(
1587-
'bits' => 8,
1588-
'channels' => 3,
1589-
'mime' => 'image/heif',
1590-
'width_unit' => 'px',
1587+
'bits' => 8,
1588+
'channels' => 3,
1589+
'mime' => 'image/heif',
1590+
'width_unit' => 'px',
15911591
'height_unit' => 'px',
15921592
)
15931593
);
15941594
} else {
15951595
$expected['mime'] = 'image/heic';
15961596
}
1597-
1598-
$result = wp_getimagesize( $file );
1597+
1598+
$result = wp_getimagesize( $file );
15991599
$this->assertSame( $expected, $result );
16001600
}
16011601

0 commit comments

Comments
 (0)