Jelajahi Sumber

Less lines of code please.

Daniele Alessandri 14 tahun lalu
induk
melakukan
3d80ff489a
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      lib/Predis.php

+ 1 - 2
lib/Predis.php

@@ -519,8 +519,7 @@ class MultiExecContext {
                 }
                 $this->reset();
                 if (isset($this->_options['on_retry']) && is_callable($this->_options['on_retry'])) {
-                    $retryCallback = $this->_options['on_retry'];
-                    call_user_func($retryCallback, $this, $attemptsLeft);
+                    call_user_func($this->_options['on_retry'], $this, $attemptsLeft);
                 }
                 continue;
             }