When we type-hint class that doesn't exist/hasn't been loaded it doesn't complain. Instead, it tries to pass the raw array data. ```php function (NotFoundClass $notFound) {} ```