1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove useless return

This commit is contained in:
Niels Dossche
2024-07-21 16:57:41 +02:00
parent 186788f149
commit 9b78e5ff1c

View File

@@ -1223,8 +1223,6 @@ PHP_FUNCTION(tidy_get_config)
break;
}
}
return;
}
/* }}} */