Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / modules / comment / src / Plugin / views / field / StatisticsLastCommentName.php
index f88c0498d3d0844876dc0355a6f872b6029856c8..b8200c1c7f7a3247b37084b37e324dc8d68d2de8 100644 (file)
@@ -32,9 +32,9 @@ class StatisticsLastCommentName extends FieldPluginBase {
         [
           'field' => 'uid',
           'operator' => '!=',
-          'value' => '0'
-        ]
-      ]
+          'value' => '0',
+        ],
+      ],
     ];
     $join = \Drupal::service('plugin.manager.views.join')->createInstance('standard', $definition);