diff --git a/src/Illuminate/Http/Concerns/InteractsWithInput.php b/src/Illuminate/Http/Concerns/InteractsWithInput.php index cc97412b0c8f..9080ba174ac9 100644 --- a/src/Illuminate/Http/Concerns/InteractsWithInput.php +++ b/src/Illuminate/Http/Concerns/InteractsWithInput.php @@ -131,7 +131,7 @@ public function filled($key) return true; } - /** + /** * Determine if the request contains a non-empty value for any of the given inputs. * * @param string|array $keys