Skip to content

Commit d5dd7e6

Browse files
authored
fix: extracted docs page for Cloud Run (#1768)
1 parent 3eacd20 commit d5dd7e6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

run/helloworld/index.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?php
1+
<!--
22
/**
33
* Copyright 2020 Google LLC.
44
*
@@ -17,6 +17,8 @@
1717

1818
// [START cloudrun_helloworld_service]
1919
// [START run_helloworld_service]
20+
-->
21+
<?php
2022

2123
$name = getenv('NAME', true) ?: 'World';
2224
echo sprintf('Hello %s!', $name);

0 commit comments

Comments
 (0)