Skip to content

Commit

Permalink
Run phpcbf to fix PHP CS issues (#29368)
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath authored Feb 26, 2021
1 parent c857bdb commit acae1d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit/class-gutenberg-utils-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function test_invalid_parameters_set() {
public function test_gutenberg_get_minified_styles() {
$cases = array(
array(
'in' => '
'in' => '
/**
* Comment
*/
Expand All @@ -145,7 +145,7 @@ public function test_gutenberg_get_minified_styles() {
'out' => '.foo{bar:1}',
),
array(
'in' => '/* Comment */#foo{content:" "; bar: 0;
'in' => '/* Comment */#foo{content:" "; bar: 0;
}',
'out' => '#foo{content:" ";bar:0}',
),
Expand Down

0 comments on commit acae1d4

Please sign in to comment.