We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0094c8e commit 26d3864Copy full SHA for 26d3864
template/src/Example.php.sk_init
@@ -3,6 +3,8 @@
3
/*
4
* This file is part of {package.name} package.
5
*
6
+ * (c) {author.name} <{author.email}>
7
+ *
8
* This source file is subject to the MIT license that is bundled
9
* with this source code in the file LICENSE.
10
*/
@@ -12,6 +14,9 @@ namespace {namespace.src};
12
14
13
15
class Example
16
{
17
+ /**
18
+ * Greeting method.
19
+ */
20
public function welcome(string $name = 'World'): string
21
22
return 'Hello ' . $name . '!';
template/tests/ExampleTest.php.sk_init
0 commit comments