We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94df3d6 commit 73f5e1bCopy full SHA for 73f5e1b
src/Illuminate/Foundation/helpers.php
@@ -299,7 +299,6 @@ function config_path($path = '')
299
*
300
* @param array|string|null $key
301
* @param mixed $default
302
- * @return mixed|\Illuminate\Log\Context\Repository
303
* @return ($key is string ? mixed : \Illuminate\Log\Context\Repository)
304
*/
305
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
407
* @param mixed $job
408
- * @return \Illuminate\Foundation\Bus\PendingDispatch
409
* @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingClosureDispatch : \Illuminate\Foundation\Bus\PendingDispatch)
410
411
function dispatch($job)
0 commit comments