Add Root namespace for Cassandra class

This commit is contained in:
Vasyl Sovyak 2019-08-26 15:43:17 +03:00
parent 5c5e736b97
commit 67e7b19d9c
1 changed files with 432 additions and 428 deletions

View File

@ -26,15 +26,17 @@
* limitations under the License.
*/
/**
namespace {
/**
* The main entry point to the PHP Driver for Apache Cassandra.
*
* Use Cassandra::cluster() to build a cluster instance.
* Use Cassandra::ssl() to build SSL options instance.
* @link https://docs.datastax.com/en/developer/php-driver/latest/api/class.Cassandra/
*/
final class Cassandra
{
final class Cassandra
{
/**
* Consistency level ANY means the request is fulfilled as soon as the data
@ -462,6 +464,8 @@ final class Cassandra
{
}
}
}