Skip to content

Commit 5b260ed

Browse files
authored
Merge pull request #18 from bim-g/version_emmanuel
Version emmanuel
2 parents 6b8529d + 245b89c commit 5b260ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

class/VString.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ class VString {
2424
* @param string $string_item
2525
* @param string $stringValue
2626
*/
27-
2827
function __construct(array $source,string $string_item=null) {
2928
$this->string_item=$string_item;
3029
$this->source_data=$source;
@@ -147,7 +146,6 @@ private function checkExist(string $itemKey=null){
147146
];
148147
$this->addError($message);
149148
return false;
150-
151149
}else if(!preg_match($regex,$this->source_data[$item_to_check]) || strlen(trim($this->source_data[$item_to_check]))==0){
152150
$message=[
153151
"type" => "string.unknow",

0 commit comments

Comments
 (0)