Skip to content

Commit 73f5e1b

Browse files
authored
Update helpers.php (#51965)
1 parent 94df3d6 commit 73f5e1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Illuminate/Foundation/helpers.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,6 @@ function config_path($path = '')
299299
*
300300
* @param array|string|null $key
301301
* @param mixed $default
302-
* @return mixed|\Illuminate\Log\Context\Repository
303302
* @return ($key is string ? mixed : \Illuminate\Log\Context\Repository)
304303
*/
305304
function context($key = null, $default = null)
@@ -405,7 +404,6 @@ function decrypt($value, $unserialize = true)
405404
* Dispatch a job to its appropriate handler.
406405
*
407406
* @param mixed $job
408-
* @return \Illuminate\Foundation\Bus\PendingDispatch
409407
* @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingClosureDispatch : \Illuminate\Foundation\Bus\PendingDispatch)
410408
*/
411409
function dispatch($job)

0 commit comments

Comments
 (0)