mirror of
https://github.com/pestphp/pest.git
synced 2026-06-08 12:12:17 +02:00
chore: style
This commit is contained in:
@ -1351,8 +1351,10 @@ final class Graph
|
|||||||
|
|
||||||
foreach ($this->baselines[$branch]['results'] as $testId => $result) {
|
foreach ($this->baselines[$branch]['results'] as $testId => $result) {
|
||||||
$file = $result['file'] ?? null;
|
$file = $result['file'] ?? null;
|
||||||
|
if (! is_string($file)) {
|
||||||
if (! is_string($file) || ! isset($touched[$file])) {
|
continue;
|
||||||
|
}
|
||||||
|
if (! isset($touched[$file])) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user