1 | <?php |
||
2 | |||
3 | namespace VasilDakov\Econt; |
||
4 | |||
5 | final readonly class Configuration |
||
0 ignored issues
–
show
Bug
introduced
by
![]() |
|||
6 | { |
||
7 | 24 | public function __construct( |
|
8 | public string $username, |
||
9 | public string $password, |
||
10 | ) { |
||
11 | 24 | } |
|
12 | } |
||
13 |