Total Complexity | 1 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | class EmptyCoalesce extends Plugin |
||
28 | { |
||
29 | // Static Properties |
||
30 | // ========================================================================= |
||
31 | |||
32 | /** |
||
33 | * @var EmptyCoalesce |
||
34 | */ |
||
35 | public static $plugin; |
||
36 | |||
37 | // Public Properties |
||
38 | // ========================================================================= |
||
39 | |||
40 | /** |
||
41 | * @var string |
||
42 | */ |
||
43 | public string $schemaVersion = '1.0.0'; |
||
44 | |||
45 | // Public Methods |
||
46 | // ========================================================================= |
||
47 | |||
48 | /** |
||
49 | * @inheritdoc |
||
50 | */ |
||
51 | public function init(): void |
||
68 |