Skip to content

Commit 479c103

Browse files
author
discodingo
committed
Fix phpstan errors
1 parent 2f517a1 commit 479c103

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)