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;
|
||||
}
|
||||
|
||||
$value = $baseline['results'][$testId]['assertions'];
|
||||
|
||||
return is_int($value) ? $value : null;
|
||||
return $baseline['results'][$testId]['assertions'];
|
||||
}
|
||||
|
||||
public function getResult(string $branch, string $testId, string $fallbackBranch = 'main'): ?TestStatus
|
||||
|
||||
Reference in New Issue
Block a user