Skip to content

Commit 74441ad

Browse files
committed
Apply fixes from StyleCI
1 parent f331b5c commit 74441ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Queue/Queue.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ protected function getDisplayName($job)
178178
? $job->displayName() : get_class($job);
179179
}
180180

181-
/**
181+
/**
182182
* Get the maximum number of attempts for an object-based queue handler.
183183
*
184184
* @param mixed $job

0 commit comments

Comments
 (0)