No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1e362f3
... +1 ...
162936c
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
37 | 37 | ||
38 | 38 | /** |
|
39 | 39 | * @var array<class-string, int> |
|
40 | + | * @phpstan-var array<class-string, ORMClassMetadata::INHERITANCE_TYPE_*> |
|
40 | 41 | */ |
|
41 | 42 | private $inheritanceTypes = []; |
|
42 | 43 |
125 | 126 | ||
126 | 127 | /** |
|
127 | 128 | * @phpstan-param class-string $class |
|
129 | + | * @phpstan-param ORMClassMetadata::INHERITANCE_TYPE_* $type |
|
128 | 130 | * |
|
129 | 131 | * @see ClassMetadata for supported types |
|
130 | 132 | */ |
Files | Complexity | Coverage |
---|---|---|
Project Totals (27 files) | 211 | 63.61% |
162936c
5b4742b
1e362f3