Skip to content

Commit

Permalink
Update helpers.php (#51965)
Browse files Browse the repository at this point in the history
  • Loading branch information
chu121su12 authored Jul 1, 2024
1 parent 94df3d6 commit 73f5e1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Illuminate/Foundation/helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 73f5e1b

Please sign in to comment.