We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8932721 commit d5a4c0aCopy full SHA for d5a4c0a
src/targets/php/helpers.ts
@@ -1,6 +1,6 @@
1
import { escapeString } from '../../helpers/escape.js';
2
3
-export const convertType = (obj: any[] | any, indent?: string, lastIndent?: string): 'null' | string => {
+export const convertType = (obj: any[] | any, indent?: string, lastIndent?: string): string | 'null' => {
4
lastIndent = lastIndent || '';
5
indent = indent || '';
6
0 commit comments