Commit cbf5b8f0 authored by Joe Parsons's avatar Joe Parsons Committed by Michael Mol
Browse files

Issue #2923685 by abacaba, CeraRose, leopaccanaro, joegraduate, michaelmol: A...

Issue #2923685 by abacaba, CeraRose, leopaccanaro, joegraduate, michaelmol: A comma should follow the last multiline array
parent 80e5606f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ class CoffeeCommandsTest extends KernelTestBase {
    // Create the node bundles required for testing.
    $node_type = NodeType::create([
      'type' => 'page',
      'name' => 'Basic page'
      'name' => 'Basic page',
    ]);
    $node_type->save();