mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
wip
This commit is contained in:
@ -540,7 +540,10 @@ final class Graph
|
||||
}
|
||||
|
||||
$file = $result['file'] ?? null;
|
||||
if ($file === null || $file === '') {
|
||||
if ($file === null) {
|
||||
continue;
|
||||
}
|
||||
if ($file === '') {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user