Skip to content

Commit 633dda6

Browse files
committed
Add <?php on top in non boilerplate mode to help editor with syntax highlighting
1 parent 222f8fa commit 633dda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/php-guzzle/lib/phpGuzzle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function getSnippetBoilerplate (includeBoilerplate) {
147147
'use GuzzleHttp\\Psr7\\Utils;\n' +
148148
'use GuzzleHttp\\Psr7\\Request;\n';
149149
}
150-
return '';
150+
return '<?php\n';
151151
}
152152

153153
/**

0 commit comments

Comments
 (0)