Skip to content

Commit

Permalink
doc: fix markdown syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mle86 committed Jul 9, 2018
1 parent c55ddb7 commit d574868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Interface methods
which are documented in the [`WorkServerAdapter`](https://github.com/mle86/php-wq/blob/master/doc/Ref_WorkServerAdapter_interface.md) interface:

* <code>public function <b>storeJob</b> (string $workQueue, Job $job, int $delay = 0)</code>
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT_TIMEOUT): ?QueueEntry</code>
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT\_TIMEOUT): ?QueueEntry</code>
* <code>public function <b>buryEntry</b> (QueueEntry $entry)</code>
* <code>public function <b>requeueEntry</b> (QueueEntry $entry, int $delay, string $workQueue = null)</code>
* <code>public function <b>deleteEntry</b> (QueueEntry $entry)</code>
Expand Down

0 comments on commit d574868

Please sign in to comment.