Skip to content

Commit f34b7e8

Browse files
committed
Fix phpcs warning
1 parent 09f9a22 commit f34b7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/interactivity-api/wpInteractivityAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function () use ( $returns_whatever, $returns_array ) {
378378

379379
$this->assertSame(
380380
array(
381-
'state' => array(
381+
'state' => array(
382382
'pluginWithInvokedDerivedState' => array(
383383
'derivedProp' => $returns_whatever,
384384
'nested' => array(

0 commit comments

Comments
 (0)