We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4b8228 commit db90f6dCopy full SHA for db90f6d
1 file changed
src/language/__tests__/php-source-code.test.ts
@@ -68,7 +68,6 @@ describe('PHPSourceCode', () => {
68
/* Invalid rule config comments: */
69
/* eslint php/test-rule: [error */
70
/* eslint php/test-rule: [1, { allow: ["foo"] ] */
71
-
72
`;
73
74
const sourceCode = createSourceCode(code);
0 commit comments