diff core/modules/aggregator/src/ItemsImporter.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
line wrap: on
line diff
--- a/core/modules/aggregator/src/ItemsImporter.php	Tue Jul 10 15:07:59 2018 +0100
+++ b/core/modules/aggregator/src/ItemsImporter.php	Thu Feb 28 13:21:36 2019 +0000
@@ -94,7 +94,7 @@
       watchdog_exception('aggregator', $e);
     }
 
-    // Store instances in an array so we dont have to instantiate new objects.
+    // Store instances in an array so we don't have to instantiate new objects.
     $processor_instances = [];
     foreach ($this->config->get('processors') as $processor) {
       try {