Skip to content

Commit 845fdf0

Browse files
committed
updating cs
1 parent 54e356e commit 845fdf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/Maker/MakeMessageTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ public function getTestDetails()
2323
yield 'message_basic' => [MakerTestDetails::createTest(
2424
$this->getMakerInstance(MakeMessage::class),
2525
[
26-
'SendWelcomeEmail'
26+
'SendWelcomeEmail',
2727
])
2828
->setFixtureFilesPath(__DIR__.'/../fixtures/MakeMessageBasic')
2929
// because there is no version compatible with 7.0
30-
->setRequiredPhpVersion(70100)
30+
->setRequiredPhpVersion(70100),
3131
];
3232

3333
yield 'message_with_transport' => [
3434
MakerTestDetails::createTest(
3535
$this->getMakerInstance(MakeMessage::class),
3636
[
3737
'SendWelcomeEmail',
38-
1
38+
1,
3939
]
4040
)
4141
->setFixtureFilesPath(__DIR__.'/../fixtures/MakeMessageWithTransport')
@@ -61,7 +61,7 @@ function (string $output, string $directory) {
6161
$this->getMakerInstance(MakeMessage::class),
6262
[
6363
'SendWelcomeEmail',
64-
0
64+
0,
6565
]
6666
)
6767
->setFixtureFilesPath(__DIR__.'/../fixtures/MakeMessageWithTransport')

0 commit comments

Comments
 (0)