We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6782fd7 commit d4b8228Copy full SHA for d4b8228
1 file changed
src/language/__tests__/php-source-code.test.ts
@@ -57,7 +57,7 @@ describe('PHPSourceCode', () => {
57
expect(offset).toBe(52);
58
});
59
60
- it('should return inline config', () => {
+ it('should return inline configs', () => {
61
// Arrange.
62
const code = `<?php
63
/* Valid rule config comments: */
0 commit comments