| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 30 | public static function createWithUserName ( |
||
| 31 | string $apiUrl, |
||
| 32 | string $apiKey, |
||
| 33 | string $apiSecret, |
||
| 34 | ?string $clientUsername = null, |
||
| 35 | ?string $channel = null |
||
| 36 | ) :self { |
||
| 37 | return new self($apiUrl, $apiKey, $apiSecret, $clientUsername, null, $channel); |
||
| 38 | } |
||
| 77 |