Skip to content

Commit

Permalink
Fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
discodingo committed Mar 8, 2024
1 parent 2f517a1 commit 479c103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PrefetchBuffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ private function computeHash(
): string {
if (
null === $info
|| null === ($queryBody = $info->operation->loc?->source->body)
|| null === ($queryBody = $info->operation->loc?->source?->body)
) {
return md5(serialize($arguments));
}
Expand Down

0 comments on commit 479c103

Please sign in to comment.