Skip to content

Commit 922e37a

Browse files
committed
PHP-145 - Add API doc generator system
* Fixed up issues with external API e.g. interfaces that should be abstract classes etc. * Added and corrected yaml files
1 parent b61f333 commit 922e37a

File tree

124 files changed

+6195
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

124 files changed

+6195
-29
lines changed

ext/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ if test "$PHP_CASSANDRA" != "no"; then
104104
src/Exception/OverloadedException.c \
105105
src/Exception/ProtocolException.c \
106106
src/Exception/RangeException.c \
107-
src/Exception/ReadTimeout.c \
107+
src/Exception/ReadTimeoutException.c \
108108
src/Exception/RuntimeException.c \
109109
src/Exception/ServerException.c \
110110
src/Exception/TimeoutException.c \

ext/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ if (PHP_CASSANDRA != "no") {
175175
"OverloadedException.c " +
176176
"ProtocolException.c " +
177177
"RangeException.c " +
178-
"ReadTimeout.c " +
178+
"ReadTimeoutException.c " +
179179
"RuntimeException.c " +
180180
"ServerException.c " +
181181
"TimeoutException.c " +

0 commit comments

Comments
 (0)