assertType(
    'Illuminate\Support\Collection<int, User>|null',
    $collection->when(
        function ($collection) {
            assertType('Illuminate\Support\Collection<int, User>', $collection);