Skip to content

Commit 0b0cc44

Browse files
authored
Merge pull request #57 from pattisahusiwa/phpdoc
Add and fix phpdoc typo in Parser
2 parents a5c4a16 + 5314739 commit 0b0cc44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Input/Parser.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ protected function set($key, $value, bool $variadic = false): bool
203203
/**
204204
* Validate if all required arguments/options have proper values.
205205
*
206-
* @throw RuntimeException If value missing for required ones.
206+
* @throws RuntimeException If value missing for required ones.
207+
*
208+
* @return void
207209
*/
208210
protected function validate()
209211
{

0 commit comments

Comments
 (0)