Skip to content

Commit

Permalink
Fix trailing comma error
Browse files Browse the repository at this point in the history
  • Loading branch information
3Dgoo authored Mar 30, 2021
1 parent 5d4b1a8 commit c34315a
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 c34315a

Please sign in to comment.