Skip to content

Commit 446a2bd

Browse files
committed
fix: types in each of the checks
1 parent 462d0ba commit 446a2bd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

badges/coverage.svg

Lines changed: 1 addition & 1 deletion
Loading

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/checks/phpcs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PhpCsOptions } from '../types'
1+
import { PhpCsOptions } from '../types.js'
22

33
export default function phpcs(
44
options: PhpCsOptions,

src/checks/phplint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PhpLintOptions } from '../types'
1+
import { PhpLintOptions } from '../types.js'
22

33
export default function phplint(
44
options: PhpLintOptions,

src/checks/phpmd.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PhpMdOptions } from '../types'
1+
import { PhpMdOptions } from '../types.js'
22

33
export default function phpmd(
44
options: PhpMdOptions,

0 commit comments

Comments
 (0)