Skip to content

Commit

Permalink
Fix: \Cassandra\Cluster\RetryPolicy => \Cassandra\RetryPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
maxm86545 authored and isfedorov committed Feb 20, 2023
1 parent 159be57 commit e3045ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/cassandra.php
Original file line number Diff line number Diff line change
Expand Up @@ -5514,7 +5514,7 @@ public function withTCPKeepalive($delay) {}
/**
* Configures the retry policy.
*
* @param \Cassandra\Cluster\RetryPolicy $policy the retry policy to use.
* @param \Cassandra\RetryPolicy $policy the retry policy to use.
*
* @return \Cassandra\Cluster\Builder self
* @link https://docs.datastax.com/en/developer/php-driver/latest/api/Cassandra/Cluster/class.Builder/#method-withRetryPolicy
Expand Down

0 comments on commit e3045ea

Please sign in to comment.