Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jan 19, 2023
1 parent 05546bf commit 7a35c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Http/Concerns/InteractsWithInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function whenMissing($key, callable $callback, callable $default = null)
}

/**
* Determine if the given input key is an empty string for "has".
* Determine if the given input key is an empty string for "filled".
*
* @param string $key
* @return bool
Expand Down

0 comments on commit 7a35c57

Please sign in to comment.