Skip to content

Commit adb8336

Browse files
authored
fix test
1 parent 4100d3b commit adb8336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TicketSwapErrorFormatterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ public static function provideHighlight() : iterable
218218
true
219219
];
220220
yield [
221-
'Property <fg=yellow>App\Models\ExampleModel::$example_property</> (<fg=magenta>stdClass</>|<fg=magenta>null</>) does not accept <fg=magenta>mixed</>.',
221+
'Property <fg=yellow>App\Models\ExampleModel</>::<fg=green>$example_property</> (<fg=magenta>stdClass</>|<fg=magenta>null</>) does not accept <fg=magenta>mixed</>.',
222222
'Property App\Models\ExampleModel::$example_property (stdClass|null) does not accept mixed.',
223223
null,
224224
null,

0 commit comments

Comments
 (0)