Skip to content

Commit 364a35e

Browse files
authored
Merge pull request #407 from saulens22/patch-1
Update helpers.stubphp to match upstream Laravel
2 parents 7beecad + 0c74dd0 commit 364a35e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/common/Foundation/helpers.stubphp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function cookie($name = null, $value = null, $minutes = 0, $path = null, $domain
134134
* Dispatch a job to its appropriate handler.
135135
*
136136
* @param object|callable $job
137-
* @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingDispatch : \Illuminate\Foundation\Bus\PendingDispatch)
137+
* @return ($job is \Closure ? \Illuminate\Foundation\Bus\PendingClosureDispatch : \Illuminate\Foundation\Bus\PendingDispatch)
138138
*/
139139
function dispatch($job) {}
140140

0 commit comments

Comments
 (0)