Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / templates / d8 / hook / batch_alter.twig
1 /**
2  * Implements hook_batch_alter().
3  */
4 function {{ machine_name }}_batch_alter(&$batch) {
5 }