We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6191264 commit 40a6952Copy full SHA for 40a6952
test/Rules/ResourceOperationMethodCallRuleTest.php
@@ -24,7 +24,7 @@ public function testProcess(): void
24
$this->analyse([__DIR__ . '/data/resourceOperationMethodCall.php'], [
25
[
26
"Don't resource operation inside constructor. Method SplFileInfo::openfile() is called.",
27
- 8,
+ 10,
28
],
29
]);
30
}
0 commit comments