summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2010-03-30 21:04:28 +0000
committerJohannes Schlüter <johannes@php.net>2010-03-30 21:04:28 +0000
commit6ba38a6e09293e3ec528d6d5bf807cf5a45761a6 (patch)
tree8850411bc6468bc5464eda3193d5e011170b7934 /ext/reflection/php_reflection.c
parenta6c9e432d457f24118965435aac727dbce4316f3 (diff)
downloadphp-git-6ba38a6e09293e3ec528d6d5bf807cf5a45761a6.tar.gz
Fix folding
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index 44628f271b..1315b06975 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -5044,7 +5044,7 @@ ZEND_METHOD(reflection_extension, isTemporary)
RETURN_BOOL(module->type == MODULE_TEMPORARY);
}
-
+/* }}} */
/* {{{ method tables */
static const zend_function_entry reflection_exception_functions[] = {