Leverage Lexer's Token type (follow up)
Showing 1 of 2 files from the diff.
Newly tracked file
lib/Doctrine/ORM/Query/Parser.php
changed.
Other files ignored by Codecov
psalm-baseline.xml
has changed.
@@ -551,7 +551,7 @@
Loading
551 | 551 | * @param bool $resetPeek Reset peek after finding the closing parenthesis. |
|
552 | 552 | * |
|
553 | 553 | * @return mixed[] |
|
554 | - | * @psalm-return array{value: string, type: int|null|string, position: int}|null |
|
554 | + | * @psalm-return Token|null |
|
555 | 555 | */ |
|
556 | 556 | private function peekBeyondClosingParenthesis(bool $resetPeek = true): ?array |
|
557 | 557 | { |
Files | Coverage |
---|---|
lib/Doctrine/ORM | 84.74% |
Project Totals (371 files) | 84.74% |
3559933569
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.