Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
WPCS
  • Loading branch information
ockham committed Oct 2, 2025
commit 5d5224d54fa8edb43885bedd3c34a9547c97f1be
4 changes: 3 additions & 1 deletion phpunit/blocks/render-block-image-test.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ public function test_should_use_image_id_from_block_bindings_in_classname() {
'test/source',
array(
'label' => array( 'label' => 'Test Source' ),
'get_value_callback' => function() { return 123; },
'get_value_callback' => function () {
return 123;
},
)
);

Expand Down