Skip to content

Commit 98c6567

Browse files
committed
Putting whitespace back to the way it was.
1 parent 1de1b6f commit 98c6567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/date/php_date.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,9 @@ static const zend_function_entry date_funcs_interface[] = {
467467
};
468468

469469
const zend_function_entry date_funcs_date[] = {
470-
PHP_ME(DateTime, __construct, arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
471-
PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
472-
PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
470+
PHP_ME(DateTime, __construct, arginfo_date_create, ZEND_ACC_CTOR|ZEND_ACC_PUBLIC)
471+
PHP_ME(DateTime, __wakeup, NULL, ZEND_ACC_PUBLIC)
472+
PHP_ME(DateTime, __set_state, NULL, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
473473
PHP_ME(DateTime, createFromImmutable, arginfo_date_method_create_from_immutable, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
474474
PHP_ME_MAPPING(createFromFormat, date_create_from_format, arginfo_date_create_from_format, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)
475475
PHP_ME_MAPPING(getLastErrors, date_get_last_errors, arginfo_date_get_last_errors, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC)

0 commit comments

Comments
 (0)