| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class CallbackReceived extends Event |
||
| 12 | { |
||
| 13 | public string $provider; |
||
| 14 | |||
| 15 | public ?array $params = null; |
||
| 16 | |||
| 17 | public array|ServerRequestInterface|null $contents; |
||
| 18 | |||
| 19 | public function __construct(string $provider, array|ServerRequestInterface|null $contents, ?array $params = null, ?Rocket $rocket = null) |
||
| 28 |