Skip to content

Commit

Permalink
fix snake case params
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Oct 15, 2024
1 parent c7e29e3 commit 5e4c9d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Paths/Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ class Tests
private static array $requestPathParts = [];
private static array $propsToSanitize = [
"description",
"appliesTo",
"applies_to",
"excludes",
"assertions",
"nationalcalendar",
"diocesancalendar",
"nationalcalendars",
"diocesancalendars",
"national_calendar",
"diocesan_calendar",
"national_calendars",
"diocesan_calendars",
"assertion",
"comment"
];
Expand Down

0 comments on commit 5e4c9d6

Please sign in to comment.