Skip to content

Commit d4968eb

Browse files
committed
resolving issues raised by vanderbilt
1 parent c277f7a commit d4968eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AddValidationTypes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ private function allValidationTypes()
6565
$result[$row["validation_name"]] = [
6666
"internal" => $row["validation_name"],
6767
"display" => $row["validation_label"],
68-
"phpRegex" => $row["regex_js"],
69-
"jsRegex" => $row["regex_php"],
68+
// "phpRegex" => $row["regex_php"], // Avoid pulling due to Vanderbilt's
69+
// "jsRegex" => $row["regex_js"], // analysis throwing errors when we do
7070
"dataType" => $row["data_type"],
7171
"visible" => $row["visible"] == 1
7272
];

0 commit comments

Comments
 (0)