Skip to content

Commit 9148e46

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] Fix code sample
2 parents ffcaf2c + 1b27167 commit 9148e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ same task more than once::
901901
->with(
902902
// ...
903903
)
904-
->lock($this->lockFactory->createLock('my-lock')
904+
->lock($this->lockFactory->createLock('my-lock'));
905905
}
906906
}
907907

0 commit comments

Comments
 (0)