diff --git a/src/Illuminate/Foundation/helpers.php b/src/Illuminate/Foundation/helpers.php index 3fce37038614..e03e506dc284 100644 --- a/src/Illuminate/Foundation/helpers.php +++ b/src/Illuminate/Foundation/helpers.php @@ -299,7 +299,6 @@ function config_path($path = '') * * @param array|string|null $key * @param mixed $default - * @return mixed|\Illuminate\Log\Context\Repository * @return ($key is string ? mixed : \Illuminate\Log\Context\Repository) */ function context($key = null, $default = null) @@ -405,7 +404,6 @@ function decrypt($value, $unserialize = true) * Dispatch a job to its appropriate handler. * * @param mixed $job - * @return \Illuminate\Foundation\Bus\PendingDispatch * @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingClosureDispatch : \Illuminate\Foundation\Bus\PendingDispatch) */ function dispatch($job)