Pull merge.
[yaffs-website] / web / core / modules / node / src / Plugin / migrate / source / d7 / NodeType.php
index 44f0b5e06031f8ec9cdc80b387117c6ed47c70e9..e64b98908898650c84548acda5bd148114965d1b 100644 (file)
@@ -40,7 +40,7 @@ class NodeType extends DrupalSqlBase {
    * {@inheritdoc}
    */
   public function fields() {
-    return [
+    $fields = [
       'type' => $this->t('Machine name of the node type.'),
       'name' => $this->t('Human name of the node type.'),
       'description' => $this->t('Description of the node type.'),