Skip to content

Commit 8817265

Browse files
committed
Fix formatting
1 parent 73a29f3 commit 8817265

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Rector/Sets/Level/UpToWp66/test_fixture.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,8 @@ $class1->create_attachment_object('foo', 1);
369369
$class2->create_attachment_object('foo', 1);
370370

371371
// 6.6
372-
$foo = wp_interactivity_process_directives_of_interactive_blocks( $bar );
373-
$foo = wp_render_elements_support( $bar );
372+
$foo = wp_interactivity_process_directives_of_interactive_blocks($bar);
373+
$foo = wp_render_elements_support($bar);
374374

375375
?>
376376
-----

tests/Rector/Sets/Wp66/test_fixture.php.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

3-
$foo = wp_interactivity_process_directives_of_interactive_blocks( $bar );
4-
$foo = wp_render_elements_support( $bar );
3+
$foo = wp_interactivity_process_directives_of_interactive_blocks($bar);
4+
$foo = wp_render_elements_support($bar);
55

66
?>
77
-----

0 commit comments

Comments
 (0)