Skip to content

Commit f74c2b8

Browse files
trippogithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0d7e895 commit f74c2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Resources/Resource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function () use ($data) {
2828
yield $result;
2929
}
3030
$page++;
31-
} while (array_key_exists('next_page_url',$response) && $response['next_page_url'] !== null);
31+
} while (array_key_exists('next_page_url', $response) && $response['next_page_url'] !== null);
3232
}
3333
)->all();
3434
}

0 commit comments

Comments
 (0)