File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Illuminate/Foundation Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -299,7 +299,6 @@ function config_path($path = '')
299
299
*
300
300
* @param array|string|null $key
301
301
* @param mixed $default
302
- * @return mixed|\Illuminate\Log\Context\Repository
303
302
* @return ($key is string ? mixed : \Illuminate\Log\Context\Repository)
304
303
*/
305
304
function context ($ key = null , $ default = null )
@@ -405,7 +404,6 @@ function decrypt($value, $unserialize = true)
405
404
* Dispatch a job to its appropriate handler.
406
405
*
407
406
* @param mixed $job
408
- * @return \Illuminate\Foundation\Bus\PendingDispatch
409
407
* @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingClosureDispatch : \Illuminate\Foundation\Bus\PendingDispatch)
410
408
*/
411
409
function dispatch ($ job )
You can’t perform that action at this time.
0 commit comments