From 856a3700329d3095a1cbc81b16920587ddaa50a6 Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Tue, 21 Apr 2026 09:44:26 -0700 Subject: [PATCH] style --- src/Plugins/Tia/Graph.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Plugins/Tia/Graph.php b/src/Plugins/Tia/Graph.php index d4ee674b..a8bc912f 100644 --- a/src/Plugins/Tia/Graph.php +++ b/src/Plugins/Tia/Graph.php @@ -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