Skip to content

Commit 731ef1a

Browse files
committed
Add trait stub
1 parent 7899e1c commit 731ef1a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

stubs/trait.stub

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace {{ namespace }};
6+
7+
trait {{ class }}
8+
{
9+
}

0 commit comments

Comments
 (0)