Skip to content

Commit

Permalink
PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
mukeshpanchal27 authored Oct 16, 2024
1 parent 28ce083 commit 2c46470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/phpunit/tests/blocks/wpBlock.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,10 @@ public function test_constructor_prepares_context_for_inner_blocks() {

$this->assertCount( 1, $block->context );
$this->assertSame(
array( 'unrequested' => 'not included', 'core/recordId' => 10 ),
array(
'unrequested' => 'not included',
'core/recordId' => 10

Check failure on line 225 in tests/phpunit/tests/blocks/wpBlock.php

View workflow job for this annotation

GitHub Actions / PHP coding standards / Run coding standards checks

There should be a comma after the last array item in a multi-line array.
),
$block->inner_blocks[0]->context
);
}
Expand Down

0 comments on commit 2c46470

Please sign in to comment.