File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77
88/**
99 * @template TKey of array-key
10- *
1110 * @template TValue
1211 *
1312 * @template-extends Collection<TKey, TValue>
Original file line number Diff line number Diff line change @@ -297,8 +297,8 @@ protected function fetch(Collection $messages): array
297297 return $ this ->connection ()->fetch ($ fetch , $ uids ->all ())->mapWithKeys (function (UntaggedResponse $ response ) {
298298 $ data = $ response ->tokenAt (3 );
299299
300- if (!$ data instanceof ListData) {
301- throw new RuntimeException (" Invalid data type at index 3 " );
300+ if (! $ data instanceof ListData) {
301+ throw new RuntimeException (' Invalid data type at index 3 ' );
302302 }
303303
304304 $ uid = $ data ->lookup ('UID ' )->value ;
Original file line number Diff line number Diff line change 99
1010/**
1111 * @template TKey of array-key
12- *
1312 * @template TValue
1413 *
1514 * @template-implements Arrayable<TKey, TValue>
You can’t perform that action at this time.
0 commit comments