Skip to content

Commit d008a62

Browse files
committed
Removed root dir composer and added general sh scripts to manage easily the installation testing and CS tasks
1 parent 0d90dc3 commit d008a62

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.phpspec/class.tpl

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
declare(strict_types=1);%namespace_block%
4+
5+
class %name%
6+
{
7+
}

0 commit comments

Comments
 (0)