| commit | b0cd9e607b907f7f58e4393d32cf091b20178fab | [log] [tgz] |
|---|---|---|
| author | Justin Halsall <Juice10@users.noreply.github.com> | Wed Aug 22 12:26:50 2018 -0400 |
| committer | Priti Desai <pdesai@us.ibm.com> | Wed Aug 22 09:26:50 2018 -0700 |
| tree | 8bb54a62f68295cbf6c8abac1d3324155f2bdc29 | |
| parent | f6a116e727f7f86a74abb4a51ca1f9af744f3130 [diff] |
Fix missing ending statement in php example (#322)
diff --git a/_includes/code/hello.php b/_includes/code/hello.php index ce75126..b914e6e 100644 --- a/_includes/code/hello.php +++ b/_includes/code/hello.php
@@ -6,3 +6,4 @@ echo $greeting; return ["greeting" => $greeting]; } +?>