We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c277f7a commit d4968ebCopy full SHA for d4968eb
1 file changed
AddValidationTypes.php
@@ -65,8 +65,8 @@ private function allValidationTypes()
65
$result[$row["validation_name"]] = [
66
"internal" => $row["validation_name"],
67
"display" => $row["validation_label"],
68
- "phpRegex" => $row["regex_js"],
69
- "jsRegex" => $row["regex_php"],
+ // "phpRegex" => $row["regex_php"], // Avoid pulling due to Vanderbilt's
+ // "jsRegex" => $row["regex_js"], // analysis throwing errors when we do
70
"dataType" => $row["data_type"],
71
"visible" => $row["visible"] == 1
72
];
0 commit comments