Skip to content

Commit b1ae29a

Browse files
stevebaumangithub-actions[bot]
authored andcommitted
Fix code style
1 parent f98d17b commit b1ae29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ protected function fetchHead(): ?string
119119

120120
$data = $response->first()->tokenAt(3);
121121

122-
if (! $data instanceof Connection\Responses\Data\ListData) {
122+
if (! $data instanceof ListData) {
123123
return null;
124124
}
125125

0 commit comments

Comments
 (0)