Skip to content

Commit d05913b

Browse files
committed
Fix
1 parent 3a6e8b5 commit d05913b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nats/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public function setChunkSize($chunkSize)
172172
*/
173173
public function setStreamTimeout($timeout)
174174
{
175-
if (!is_numeric($seconds)) {
175+
if (!is_numeric($timeout)) {
176176
return false;
177177
}
178178
$this->timeout = $timeout;

0 commit comments

Comments
 (0)