Skip to content

Commit ede0f9e

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent a317c16 commit ede0f9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/DataTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -2403,4 +2403,3 @@ public function __construct(
24032403
yield 'no params' => [[], 'Could not create `Spatie\LaravelData\Tests\Fakes\MultiData`: the constructor requires 2 parameters, 0 given. Parameters missing: first, second.'],
24042404
yield 'one param' => [['first' => 'First'], 'Could not create `Spatie\LaravelData\Tests\Fakes\MultiData`: the constructor requires 2 parameters, 1 given. Parameters given: first. Parameters missing: second.'],
24052405
]);
2406-

0 commit comments

Comments
 (0)