Skip to content

Commit 5590267

Browse files
nunomadurotaylorotwell
authored andcommitted
Fixes typo on argument type (#20741)
1 parent e6da9a9 commit 5590267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Console/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public function hasArgument($name)
228228
/**
229229
* Get the value of a command argument.
230230
*
231-
* @param string $key
231+
* @param string|null $key
232232
* @return string|array
233233
*/
234234
public function argument($key = null)

0 commit comments

Comments
 (0)