Skip to content

Commit d574868

Browse files
committed
doc: fix markdown syntax
1 parent c55ddb7 commit d574868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Interface methods
6666
which are documented in the [`WorkServerAdapter`](https://github.com/mle86/php-wq/blob/master/doc/Ref_WorkServerAdapter_interface.md) interface:
6767

6868
* <code>public function <b>storeJob</b> (string $workQueue, Job $job, int $delay = 0)</code>
69-
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT_TIMEOUT): ?QueueEntry</code>
69+
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT\_TIMEOUT): ?QueueEntry</code>
7070
* <code>public function <b>buryEntry</b> (QueueEntry $entry)</code>
7171
* <code>public function <b>requeueEntry</b> (QueueEntry $entry, int $delay, string $workQueue = null)</code>
7272
* <code>public function <b>deleteEntry</b> (QueueEntry $entry)</code>

0 commit comments

Comments
 (0)