We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f60f50e commit 71f42c7Copy full SHA for 71f42c7
1 file changed
system/Validation/Validation.php
@@ -837,9 +837,9 @@ protected function splitRules(string $rules): array
837
$nonEscapeBracket
838
);
839
840
- $rules = preg_split($pipeNotInBracket, $rules);
+ $_rules = preg_split($pipeNotInBracket, $rules);
841
842
- return array_unique($rules);
+ return array_unique($_rules);
843
}
844
845
//--------------------------------------------------------------------
0 commit comments