Skip to content

Commit d5a4c0a

Browse files
committed
chore: lint
1 parent 8932721 commit d5a4c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/targets/php/helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { escapeString } from '../../helpers/escape.js';
22

3-
export const convertType = (obj: any[] | any, indent?: string, lastIndent?: string): 'null' | string => {
3+
export const convertType = (obj: any[] | any, indent?: string, lastIndent?: string): string | 'null' => {
44
lastIndent = lastIndent || '';
55
indent = indent || '';
66

0 commit comments

Comments
 (0)