Skip to content

Commit 1b27167

Browse files
committed
[Scheduler] Fix code sample
1 parent a35b908 commit 1b27167

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
@@ -934,7 +934,7 @@ same task more than once::
934934
->with(
935935
// ...
936936
)
937-
->lock($this->lockFactory->createLock('my-lock')
937+
->lock($this->lockFactory->createLock('my-lock'));
938938
}
939939
}
940940

0 commit comments

Comments
 (0)