We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
1 | <?php |
||
10 | final class TypeLoadedEvent extends Event |
||
11 | { |
||
12 | /** @var Type */ |
||
13 | private $type; |
||
14 | |||
15 | /** @var string */ |
||
16 | private $schemaName; |
||
17 | |||
18 | 89 | public function __construct(Type $type, ?string $schemaName) |
|
23 | |||
24 | 6 | public function getType(): Type |
|
28 | |||
29 | 89 | public function getSchemaName(): ?string |
|
33 | } |
||
34 |