Skip to content

Commit 0a46ccd

Browse files
committed
doc: fix markdown syntax
1 parent 4876d9f commit 0a46ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The delaying mechanism was inspired by
6464
Does not attempt to establish a connection itself –
6565
use the `connect()` factory method for that instead
6666
or do it with `Redis::connect()` prior to using this constructor.
67-
* <code>public function <b>connect</b> ($host = "localhost", $port = 6379, $timeout = 0.0, $retry_interval = 0)</code>
67+
* <code>public function <b>connect</b> ($host = "localhost", $port = 6379, $timeout = 0.0, $retry\_interval = 0)</code>
6868
Factory method.
6969
This will create a new `Redis` instance by itself.
7070
See [`Redis::connect()`](https://github.com/phpredis/phpredis#connect-open) for the parameter descriptions.
@@ -73,7 +73,7 @@ Interface methods
7373
which are documented in the [`WorkServerAdapter`](https://github.com/mle86/php-wq/blob/master/doc/Ref_WorkServerAdapter_interface.md) interface:
7474

7575
* <code>public function <b>storeJob</b> (string $workQueue, Job $job, int $delay = 0)</code>
76-
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT_TIMEOUT) : ?QueueEntry</code>
76+
* <code>public function <b>getNextQueueEntry</b> ($workQueue, int $timeout = DEFAULT\_TIMEOUT) : ?QueueEntry</code>
7777
* <code>public function <b>buryEntry</b> (QueueEntry $entry)</code>
7878
* <code>public function <b>requeueEntry</b> (QueueEntry $entry, int $delay, string $workQueue = null)</code>
7979
* <code>public function <b>deleteEntry</b> (QueueEntry $entry)</code>

0 commit comments

Comments
 (0)