make some PHP CS recommended changes

This commit is contained in:
Brad Dutton
2021-04-01 20:05:06 -07:00
parent c7d7a22072
commit 869e690a04
7 changed files with 86 additions and 38 deletions
+1 -1
View File
@@ -812,4 +812,4 @@ class Validation_Core extends ArrayObject {
return ! preg_match('![^'.implode('', $chars).']!u', $value);
}
} // End Validation
} // End Validation