Skip to content

Commit eee1de1

Browse files
authored
chore: fix CS (#1345)
1 parent ece420c commit eee1de1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

frankenphp.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ PHP_FUNCTION(frankenphp_handle_request) {
431431
}
432432

433433
/*
434-
* If an exception occurred, print the message to the client before closing the
435-
* connection
434+
* If an exception occurred, print the message to the client before
435+
* closing the connection
436436
*/
437437
if (EG(exception)) {
438438
zend_exception_error(EG(exception), E_ERROR);
@@ -929,7 +929,7 @@ static void *php_main(void *arg) {
929929
#else
930930
php_tsrm_startup();
931931
#endif
932-
/*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
932+
/*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
933933
#ifdef PHP_WIN32
934934
ZEND_TSRMLS_CACHE_UPDATE();
935935
#endif

0 commit comments

Comments
 (0)