Skip to content
Snippets Groups Projects

Issue #3514226: Add void return to functions in global namespace

Open Michael Strelan requested to merge issue/drupal-3514226:3514226-global-void into 11.x
Files
71
+ 1
1
@@ -557,7 +557,7 @@ function _batch_finished() {
* @see _batch_page()
* @see drupal_register_shutdown_function()
*/
function _batch_shutdown() {
function _batch_shutdown(): void {
if (($batch = batch_get()) && _batch_needs_update()) {
\Drupal::service('batch.storage')->update($batch);
}
Loading