diff --git a/src/Ql/AbstractQlConnection.php b/src/Ql/AbstractQlConnection.php index 9999447..0489a2a 100644 --- a/src/Ql/AbstractQlConnection.php +++ b/src/Ql/AbstractQlConnection.php @@ -368,7 +368,7 @@ protected function _recycleConnectionIfRequired() * @throws ConnectionException */ protected function _performWithRetries( - callable $func, callable $onError = null, $retryCount = null + callable $func, ?callable $onError = null, $retryCount = null ) { $this->_lastRetryCount = 0;