Skip to content

Commit

Permalink
Merge pull request #51 from 3Dgoo/patch-1
Browse files Browse the repository at this point in the history
Fix trailing comma error
  • Loading branch information
Harry Green authored Mar 30, 2021
2 parents 5d4b1a8 + c34315a commit a65bb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MenuSet.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function validate()
'A Menu Set with the Name "{name}" already exists',
['name' => $this->Name]
),
ValidationResult::TYPE_ERROR,
ValidationResult::TYPE_ERROR
);
}

Expand Down

0 comments on commit a65bb51

Please sign in to comment.