We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ec0d7 commit 570951bCopy full SHA for 570951b
1 file changed
tests/system/Models/UpdateModelTest.php
@@ -260,11 +260,11 @@ public function testUpdateObjectWithDataException(): void
260
$this->createModel(EventModel::class);
261
262
$data = (object) [
263
- 'name' => 'Foo',
264
- 'email' => 'foo@example.com',
265
- 'country' => 'US',
266
- 'deleted' => 0,
267
- ];
+ 'name' => 'Foo',
+ 'email' => 'foo@example.com',
+ 'country' => 'US',
+ 'deleted' => 0,
+ ];
268
269
$id = $this->model->insert($data);
270
0 commit comments