Skip to content

Commit b040f14

Browse files
committed
fix standards
1 parent d096fa1 commit b040f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jenssegers/Mongodb/Queue/Failed/MongoFailedJobProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function find($id)
4747
$job = $this->getTable()->find($id);
4848

4949
if (!$job) {
50-
return null;
50+
return;
5151
}
5252

5353
$job['id'] = (string) $job['_id'];

0 commit comments

Comments
 (0)