1 | <?php |
||
2 | |||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
3 | namespace DMT\Insolvency\Model; |
||
4 | |||
5 | use DMT\Insolvency\Client; |
||
6 | |||
7 | interface ConstructWithClientInterface |
||
0 ignored issues
–
show
|
|||
8 | { |
||
9 | public function __construct(Client $client); |
||
0 ignored issues
–
show
|
|||
10 | } |