From 73ae2ab19569b9416d8d3db9ea538771021eeeda Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 20 Feb 2024 18:17:43 +1100 Subject: [PATCH] Oh, linter, how thee hast forsaken thy duty to grate thine users less --- phpunit/block-supports/typography-test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit/block-supports/typography-test.php b/phpunit/block-supports/typography-test.php index 5c0185d7aa7cf7..61aa76d591e9c2 100644 --- a/phpunit/block-supports/typography-test.php +++ b/phpunit/block-supports/typography-test.php @@ -355,7 +355,7 @@ public function data_generate_font_size_preset_fixtures() { 'expected_output' => null, ), - 'returns value when fluid is `false`' => array( + 'returns value when fluid is `false`' => array( 'font_size' => array( 'size' => '28px', 'fluid' => false,