Skip to content

Commit 85c6f5c

Browse files
committed
Fix typo
1 parent c1cfff7 commit 85c6f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules-tests/DeadCode/Rector/If_/RemoveDeadIfBlockRector/Fixture/skip_if_comment.php.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class MergeComments
99
// toplevel
1010
if ($b) {
1111
} elseif (!$b) {
12-
// first innner
12+
// first inner
1313
f();
1414
// second inner
1515
}

0 commit comments

Comments
 (0)