Skip to content

Commit

Permalink
Merge pull request #18 from bim-g/version_emmanuel
Browse files Browse the repository at this point in the history
Version emmanuel
  • Loading branch information
Domeshow committed May 6, 2021
2 parents 6b8529d + 245b89c commit 5b260ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions class/VString.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class VString {
* @param string $string_item
* @param string $stringValue
*/

function __construct(array $source,string $string_item=null) {
$this->string_item=$string_item;
$this->source_data=$source;
Expand Down Expand Up @@ -147,7 +146,6 @@ private function checkExist(string $itemKey=null){
];
$this->addError($message);
return false;

}else if(!preg_match($regex,$this->source_data[$item_to_check]) || strlen(trim($this->source_data[$item_to_check]))==0){
$message=[
"type" => "string.unknow",
Expand Down

0 comments on commit 5b260ed

Please sign in to comment.