This commit is contained in:
nuno maduro
2026-05-01 20:45:51 +01:00
parent a349f53964
commit 8a51f15d65

View File

@ -540,7 +540,10 @@ final class Graph
} }
$file = $result['file'] ?? null; $file = $result['file'] ?? null;
if ($file === null || $file === '') { if ($file === null) {
continue;
}
if ($file === '') {
continue; continue;
} }