Skip to content

Commit 32a197e

Browse files
ElRochitogithub-actions[bot]
authored andcommitted
Fix styling
1 parent d1f17b1 commit 32a197e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Concerns/LaravelAssertions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static function assertCollectionEquals(Collection|array $expected, mixed
4646
public static function assertCollectionEqualsCanonicalizing(
4747
Collection|array $expected,
4848
mixed $actual,
49-
string $message = ''
49+
string $message = '',
5050
): void {
5151
if (is_array($expected)) {
5252
$expected = new Collection($expected);

tests/Unit/CollectionEqualsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public static function differentUnorderedCollections(): array
180180
[
181181
[new SimpleData('John', 25), new SimpleData('Jack', 30)],
182182
new Collection([new SimpleData('Jack', 30), new SimpleData('Jim', 35)]),
183-
]
183+
],
184184
];
185185
}
186186

0 commit comments

Comments
 (0)