Skip to content

Commit 94edb57

Browse files
committed
fix style [skip-ci]
1 parent 757abf9 commit 94edb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ ZEND_API ZEND_COLD void zend_exception_error(zend_object *ex, int severity) /* {
912912
int type = (ce_exception == zend_ce_parse_error ? E_PARSE : E_COMPILE_ERROR) | E_DONT_BAIL;
913913

914914
zend_error_notify_all_callbacks(type, ZSTR_VAL(file), line, message);
915-
zend_error_cb( type, ZSTR_VAL(file), line, message);
915+
zend_error_cb(type, ZSTR_VAL(file), line, message);
916916

917917
zend_string_release_ex(file, 0);
918918
zend_string_release_ex(message, 0);

0 commit comments

Comments
 (0)