Skip to content
Snippets Groups Projects
Commit c5f0f4ce authored by ADmad's avatar ADmad Committed by Nicolas Grekas
Browse files

Update return type in docblock.

parent 28485afd
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ interface InputInterface
/**
* Returns the first argument from the raw parameters (not parsed).
*
* @return string The value of the first argument or null otherwise
* @return string|null The value of the first argument or null otherwise
*/
public function getFirstArgument();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment