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 = '')
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 )
You can’t perform that action at this time.
0 commit comments