Interface correction

master
Brady McDonough 2 years ago
parent 383735dbc7
commit 39987397db

@ -20,10 +20,10 @@ interface RequestInterface
/** /**
* Returns a referred user response variable. * Returns a referred user response variable.
* @param string $k The key the user is sending * @param string $key The name of the value the user is sending
* @return string * @return string
*/ */
public function getResp(string $key): string; public function getResp(string $key): ?string;
} }

Loading…
Cancel
Save