Skip to content

Commit 40a6952

Browse files
committed
fix line no after phpcbf
1 parent 6191264 commit 40a6952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Rules/ResourceOperationMethodCallRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function testProcess(): void
2424
$this->analyse([__DIR__ . '/data/resourceOperationMethodCall.php'], [
2525
[
2626
"Don't resource operation inside constructor. Method SplFileInfo::openfile() is called.",
27-
8,
27+
10,
2828
],
2929
]);
3030
}

0 commit comments

Comments
 (0)