Skip to content

Commit

Permalink
Fix: Wrong comment on rTimeout, wrongly indicating milliseconds inste…
Browse files Browse the repository at this point in the history
…ad of seconds

Fixes: #17

Signed-off-by: Diederik de Groot <[email protected]>
  • Loading branch information
dkgroot committed Jan 28, 2021
1 parent 9e3df2f commit 90111d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PAMI/Client/Impl/ClientImpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class ClientImpl implements IClient
private $responseFactory;

/**
* R/W timeout, in milliseconds.
* R/W timeout, in seconds.
* @var integer
*/
private $rTimeout;
Expand Down

0 comments on commit 90111d6

Please sign in to comment.