We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf1e16 commit 02bd903Copy full SHA for 02bd903
docs/SNIPPET.txt
@@ -0,0 +1,6 @@
1
+<?php
2
+
3
+function helloWorld(string $name = 'World'): string
4
+{
5
+ return "Hello $name!";
6
+}
0 commit comments