Skip to content

Commit 010c480

Browse files
desrosjwestonruter
andauthored
Use // for single-line inline comments.
Co-authored-by: Weston Ruter <[email protected]>
1 parent e6de340 commit 010c480

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/phpunit/tests/functions.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,9 +1577,7 @@ public function test_wp_getimagesize_heic() {
15771577
'width="1180" height="1180"',
15781578
);
15791579

1580-
/*
1581-
* As of PHP 8.5.0, getimagesize() supports HEIF/HEIC files.
1582-
*/
1580+
// As of PHP 8.5.0, getimagesize() supports HEIF/HEIC files.
15831581
if ( PHP_VERSION_ID >= 80500 ) {
15841582
$expected = array_merge(
15851583
$expected,

0 commit comments

Comments
 (0)