Skip to content

Commit 479cd69

Browse files
committed
add CommandShape
1 parent e3553b5 commit 479cd69

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/CommandShape.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?php
2+
3+
/*
4+
* This file is part of the peip/contract.console package.
5+
* (c) 2017 Timo Michna <timomichna/yahoo.de>
6+
*
7+
* For the full copyright and license information, please view the LICENSE
8+
* file that was distributed with this source code.
9+
*/
10+
11+
namespace PEIP\Contract\Console;
12+
13+
14+
/**
15+
* Interface PEIP\Contract\Console\CommandShape.
16+
*
17+
*/
18+
interface CommandShape
19+
{
20+
21+
}

0 commit comments

Comments
 (0)