Skip to content

Commit

Permalink
formatting arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent 8d5c5b8 commit e0a4242
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ public function it_throws_on_same_names(): void
'nl' => 'Studenten',
],
'price' => 10,
],
],
];
],
];

$request = $this->requestBuilder
->build('POST')
Expand Down

0 comments on commit e0a4242

Please sign in to comment.