Skip to content

Commit b7ae0c2

Browse files
authored
return instead of var (#54158)
1 parent 4ea9807 commit b7ae0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Bus/PendingDispatch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ protected function shouldDispatch()
179179
/**
180180
* Get the underlying job instance.
181181
*
182-
* @var mixed
182+
* @return mixed
183183
*/
184184
public function getJob()
185185
{

0 commit comments

Comments
 (0)