Skip to content

Commit

Permalink
Fixed headers in example files
Browse files Browse the repository at this point in the history
  • Loading branch information
shudd3r committed Jun 29, 2023
1 parent 0094c8e commit 26d3864
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/src/Example.php.sk_init
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/*
* This file is part of {package.name} package.
*
* (c) {author.name} <{author.email}>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
Expand All @@ -12,6 +14,9 @@ namespace {namespace.src};

class Example
{
/**
* Greeting method.
*/
public function welcome(string $name = 'World'): string
{
return 'Hello ' . $name . '!';
Expand Down
2 changes: 2 additions & 0 deletions template/tests/ExampleTest.php.sk_init
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
/*
* This file is part of {package.name} package.
*
* (c) {author.name} <{author.email}>
*
* This source file is subject to the MIT license that is bundled
* with this source code in the file LICENSE.
*/
Expand Down

0 comments on commit 26d3864

Please sign in to comment.