Skip to content

Commit dbeb874

Browse files
committed
Fix phpstan errors
1 parent a33b559 commit dbeb874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PrefetchBuffer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private function computeHash(
3636
): string {
3737
if (
3838
null === $info
39-
|| null === ($queryBody = $info->operation->loc?->source->body)
39+
|| null === ($queryBody = $info->operation->loc?->source?->body)
4040
) {
4141
return md5(serialize($arguments));
4242
}

0 commit comments

Comments
 (0)