diff --git a/ext/doc/Cassandra/Type/Collection.php b/ext/doc/Cassandra/Type/Collection.php index eda2a3b4a..31c345a4e 100644 --- a/ext/doc/Cassandra/Type/Collection.php +++ b/ext/doc/Cassandra/Type/Collection.php @@ -38,7 +38,7 @@ public function __toString() {} * Returns type of values * @return Type Type of values */ - public function type() {} + public function valueType() {} /** * Creates a new Cassandra\Collection from the given values. diff --git a/ext/doc/Cassandra/Type/Set.php b/ext/doc/Cassandra/Type/Set.php index 4527938ba..054f02abc 100644 --- a/ext/doc/Cassandra/Type/Set.php +++ b/ext/doc/Cassandra/Type/Set.php @@ -38,7 +38,7 @@ public function __toString() {} * Returns type of values * @return Type Type of values */ - public function type() {} + public function valueType() {} /** * Creates a new Cassandra\Set from the given values.