Skip to content

Commit d4b8228

Browse files
committed
wip
1 parent 6782fd7 commit d4b8228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/language/__tests__/php-source-code.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('PHPSourceCode', () => {
5757
expect(offset).toBe(52);
5858
});
5959

60-
it('should return inline config', () => {
60+
it('should return inline configs', () => {
6161
// Arrange.
6262
const code = `<?php
6363
/* Valid rule config comments: */

0 commit comments

Comments
 (0)