Skip to content

Commit 6f5d272

Browse files
authored
Merge pull request #6 from esazykin/analysis-8nlQP1
Apply fixes from StyleCI
2 parents e4ccb3a + 3374c6b commit 6f5d272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/Database/Eloquent/CollectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ public function findDataProvider(): array
201201
public function containsDataProvider()
202202
{
203203
return [
204-
[true, 5,],
205-
[false, 6,],
204+
[true, 5],
205+
[false, 6],
206206
[true, 'id', '>=', 5],
207207
[false, 'id', '>=', 6],
208208
];

0 commit comments

Comments
 (0)