Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray authored and github-actions[bot] committed Nov 2, 2023
1 parent 412a9f4 commit 657fbad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Mollie/API/Resources/CursorCollectionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ public function testAutoPaginatorCanHandleConsecutiveCalls()
'_links' => [
'self' => [
'href' => 'https://api.mollie.com/v2/orders?from=ord_stTC2WHAuB',
]
],
],
'_embedded' => [
'orders' => [
Expand Down Expand Up @@ -204,7 +204,7 @@ public function testAutoPaginatorCanHandleConsecutiveCalls()
*/
private function arrayToObject($data)
{
if (!is_array($data)) {
if (! is_array($data)) {
return $data;
}

Expand Down

0 comments on commit 657fbad

Please sign in to comment.