Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / statistics / src / Plugin / Block / StatisticsPopularBlock.php
index f0ac482d381d8594c58efb63b9c8bc599e4ae26f..efdb72a6cd8e1bc7a9b0498c5773fe3d51d9cd49 100644 (file)
@@ -95,7 +95,7 @@ class StatisticsPopularBlock extends BlockBase implements ContainerFactoryPlugin
     return [
       'top_day_num' => 0,
       'top_all_num' => 0,
-      'top_last_num' => 0
+      'top_last_num' => 0,
     ];
   }