We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b8529d + 245b89c commit 5b260edCopy full SHA for 5b260ed
class/VString.php
@@ -24,7 +24,6 @@ class VString {
24
* @param string $string_item
25
* @param string $stringValue
26
*/
27
-
28
function __construct(array $source,string $string_item=null) {
29
$this->string_item=$string_item;
30
$this->source_data=$source;
@@ -147,7 +146,6 @@ private function checkExist(string $itemKey=null){
147
146
];
148
$this->addError($message);
149
return false;
150
151
}else if(!preg_match($regex,$this->source_data[$item_to_check]) || strlen(trim($this->source_data[$item_to_check]))==0){
152
$message=[
153
"type" => "string.unknow",
0 commit comments