summaryrefslogtreecommitdiff
path: root/ext/spl/spl_directory.c
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-23 20:55:56 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-24 11:45:17 +0100
commita2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34 (patch)
tree1388bf375c2f77ae99e4f3b75b2293d5236554a0 /ext/spl/spl_directory.c
parent3da9fc86d1651e857a6b1907e093a7d485a399ba (diff)
downloadphp-git-a2c7c46d5ef5b9fc945d7b655d31d5c9f1a72d34.tar.gz
[ci skip] Add missing return types to protos
Diffstat (limited to 'ext/spl/spl_directory.c')
-rw-r--r--ext/spl/spl_directory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c
index 5c144b0f98..844c8e2096 100644
--- a/ext/spl/spl_directory.c
+++ b/ext/spl/spl_directory.c
@@ -1411,7 +1411,7 @@ SPL_METHOD(SplFileInfo, getPathInfo)
}
/* }}} */
-/* {{{ proto SplFileInfo::_bad_state_ex(void) */
+/* {{{ proto void SplFileInfo::_bad_state_ex(void) */
SPL_METHOD(SplFileInfo, _bad_state_ex)
{
zend_throw_exception_ex(spl_ce_LogicException, 0,