Skip to content

Commit b1d4901

Browse files
committed
Corrected type() method name to valueType() for Type/Collection and Type/Set in the PHP documentation.
1 parent 002a025 commit b1d4901

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ext/doc/Cassandra/Type/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __toString() {}
3838
* Returns type of values
3939
* @return Type Type of values
4040
*/
41-
public function type() {}
41+
public function valueType() {}
4242

4343
/**
4444
* Creates a new Cassandra\Collection from the given values.

ext/doc/Cassandra/Type/Set.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function __toString() {}
3838
* Returns type of values
3939
* @return Type Type of values
4040
*/
41-
public function type() {}
41+
public function valueType() {}
4242

4343
/**
4444
* Creates a new Cassandra\Set from the given values.

0 commit comments

Comments
 (0)