mirror of
https://github.com/pestphp/pest.git
synced 2026-04-23 07:27:27 +02:00
style
This commit is contained in:
@ -282,9 +282,7 @@ final class Graph
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
$value = $baseline['results'][$testId]['assertions'];
|
return $baseline['results'][$testId]['assertions'];
|
||||||
|
|
||||||
return is_int($value) ? $value : null;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getResult(string $branch, string $testId, string $fallbackBranch = 'main'): ?TestStatus
|
public function getResult(string $branch, string $testId, string $fallbackBranch = 'main'): ?TestStatus
|
||||||
|
|||||||
Reference in New Issue
Block a user