Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jan 21, 2025
1 parent ece420c commit a872709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frankenphp.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ PHP_FUNCTION(frankenphp_handle_request) {
}

/*
* If an exception occurred, print the message to the client before closing the
* connection
* If an exception occurred, print the message to the client before
* closing the connection
*/
if (EG(exception)) {
zend_exception_error(EG(exception), E_ERROR);
Expand Down Expand Up @@ -929,7 +929,7 @@ static void *php_main(void *arg) {
#else
php_tsrm_startup();
#endif
/*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
/*tsrm_error_set(TSRM_ERROR_LEVEL_INFO, NULL);*/
#ifdef PHP_WIN32
ZEND_TSRMLS_CACHE_UPDATE();
#endif
Expand Down

0 comments on commit a872709

Please sign in to comment.