Skip to content

Commit 10eea96

Browse files
committed
Tests: Fix one more syntax error in fixtures
1 parent 62143d2 commit 10eea96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VariableAnalysis/Tests/CodeAnalysis/fixtures/UnusedAfterUsedFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ function inner_function() {
2020
) {
2121
echo $post_id;
2222
echo $meta_key;
23-
}
23+
};
2424
$foo();
2525
}

0 commit comments

Comments
 (0)