Skip to content

Commit 2b82efa

Browse files
committed
feat: some formatting
1 parent af28e4d commit 2b82efa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/cli/app/services/init.php.twig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@ $cli
173173
->param('{{ header.key | lower }}', '', new Wildcard(), '{{ header.description }}', true)
174174
{% endfor %}
175175
->action(function( $endpoint, {% for header in spec.global.headers %} ${{ header.key | lower }}{% if not loop.last %},{% endif %}{% endfor %} ) {
176-
/* Check if enviroment variables exist
176+
/*
177+
* Check if enviroment variables exist
177178
* Else prompt the user
178179
*/
179180

0 commit comments

Comments
 (0)