Skip to content

Commit 87d04eb

Browse files
meinder-aactions-user
authored andcommitted
Fix styling
1 parent 6280770 commit 87d04eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Feature/AbstractFilterableRepositoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function testCan_get_old_people(): void
3232
'lastname' => 'Studio',
3333
'gender' => 'female',
3434
'age' => 67,
35-
]
35+
],
3636
]);
3737

3838
$people = $peopleRepository

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function instantiatePeopleRepository(): PeopleRepository
3030
return new PeopleRepository($this->app['db']);
3131
}
3232

33-
public function createPeople(array $peoples)
33+
public function createPeople(array $peoples): void
3434
{
3535
$this->app['db']
3636
->table('people')

0 commit comments

Comments
 (0)