Skip to content

Commit 89b69ba

Browse files
authored
Merge pull request #81 from geofflee/patch-1
Fix PHP documentation for Type/Collection and Type/Set
2 parents 002a025 + b1d4901 commit 89b69ba

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)