Issues (1574)

src/Model/ConstructWithClientInterface.php (3 issues)

1
<?php
2
0 ignored issues
show
Missing file doc comment
Loading history...
3
namespace DMT\Insolvency\Model;
4
5
use DMT\Insolvency\Client;
6
7
interface ConstructWithClientInterface
0 ignored issues
show
Missing doc comment for interface ConstructWithClientInterface
Loading history...
8
{
9
    public function __construct(Client $client);
0 ignored issues
show
Missing doc comment for function __construct()
Loading history...
10
}