diff core/modules/aggregator/src/ItemsImporter.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/aggregator/src/ItemsImporter.php	Thu Feb 28 11:14:44 2019 +0000
+++ b/core/modules/aggregator/src/ItemsImporter.php	Thu Feb 28 13:11:55 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 {