Skip to content

Commit 02bd903

Browse files
theoboldalexneenjaw
authored andcommitted
Re-introduce the language snippet. Closes #464
1 parent cbf1e16 commit 02bd903

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/SNIPPET.txt

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?php
2+
3+
function helloWorld(string $name = 'World'): string
4+
{
5+
return "Hello $name!";
6+
}

0 commit comments

Comments
 (0)