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 0f87551 commit c79a21bCopy full SHA for c79a21b
tests/PhpCollective/Sniffs/WhiteSpace/MethodSpacingSniffTest.php
@@ -17,7 +17,7 @@ class MethodSpacingSniffTest extends TestCase
17
*/
18
public function testMethodSpacingSniffer(): void
19
{
20
- $this->assertSnifferFindsErrors(new MethodSpacingSniff(), 2);
+ $this->assertSnifferFindsErrors(new MethodSpacingSniff(), 3);
21
}
22
23
/**
0 commit comments