Unlock this challenge:
What must every controller function return?
A string type or Stringable object
string
Stringable
An instance of Symfony\Component\HttpFoundation\Response
Symfony\Component\HttpFoundation\Response
null
A template string or a Response.
Response