Skip to content

Commit 26d3864

Browse files
committed
Fixed headers in example files
1 parent 0094c8e commit 26d3864

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

template/src/Example.php.sk_init

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/*
44
* This file is part of {package.name} package.
55
*
6+
* (c) {author.name} <{author.email}>
7+
*
68
* This source file is subject to the MIT license that is bundled
79
* with this source code in the file LICENSE.
810
*/
@@ -12,6 +14,9 @@ namespace {namespace.src};
1214

1315
class Example
1416
{
17+
/**
18+
* Greeting method.
19+
*/
1520
public function welcome(string $name = 'World'): string
1621
{
1722
return 'Hello ' . $name . '!';

template/tests/ExampleTest.php.sk_init

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
/*
44
* This file is part of {package.name} package.
55
*
6+
* (c) {author.name} <{author.email}>
7+
*
68
* This source file is subject to the MIT license that is bundled
79
* with this source code in the file LICENSE.
810
*/

0 commit comments

Comments
 (0)