Skip to content

Commit 6cb3085

Browse files
Docs: Correct DocBlock formatting for png:IHDR.color-type-orig property test.
Follow-up to [60246]. Props mukesh27, adamsilverstein. See #64224. git-svn-id: https://develop.svn.wordpress.org/trunk@61396 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 7cf23fe commit 6cb3085

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/phpunit/tests/image/editorImagick.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -836,14 +836,15 @@ public static function data_resizes_are_small_for_16bit_images() {
836836
}
837837

838838
/**
839-
* Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing
839+
* Tests that the 'png:IHDR.color-type-orig' property is preserved after resizing.
840840
* Used to identify indexed PNG images, see https://www.w3.org/TR/PNG-Chunks.html#C.IHDR.
841841
*
842842
* @ticket 63448
843+
*
843844
* @dataProvider data_png_color_type_after_resize
844845
*
845-
* @param string $file_path Path to the image file.
846-
* @param int $expected_color_type The expected original color type.
846+
* @param string $file_path Path to the image file.
847+
* @param int $expected_color_type The expected original color type.
847848
*/
848849
public function test_png_color_type_is_preserved_after_resize( $file_path, $expected_color_type ) {
849850

@@ -902,6 +903,7 @@ public static function data_png_color_type_after_resize() {
902903
* Tests that alpha transparency is preserved after resizing.
903904
*
904905
* @ticket 63448
906+
*
905907
* @dataProvider data_alpha_transparency_is_preserved_after_resize
906908
*
907909
* @param string $file_path Path to the image file.

0 commit comments

Comments
 (0)