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 / requirements.twig
index 986da1bf303258a405f05f46f38da363259d5c5f..a3f4ad160295e8ffe7bab449bc5641357cc55dd6 100644 (file)
@@ -9,7 +9,7 @@ function {{ machine_name }}_requirements($phase) {
     $requirements['drupal'] = [
       'title' => t('Drupal'),
       'value' => \Drupal::VERSION,
-      'severity' => REQUIREMENT_INFO
+      'severity' => REQUIREMENT_INFO,
     ];
   }