Skip to content

Commit be69e3e

Browse files
committed
minor #19832 [Scheduler] Fix code sample (damienfern)
This PR was merged into the 7.1 branch. Discussion ---------- [Scheduler] Fix code sample Commits ------- d7b56cd [Scheduler] Fix code sample
2 parents 122e28a + d7b56cd commit be69e3e

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)