This commit is contained in:
2024-05-24 13:52:03 +03:00
parent 9d8e759172
commit 5b3ea91ac5
3 changed files with 13 additions and 42 deletions

View File

@ -66,14 +66,5 @@ class Information
$this->gender . ';' . $this->countryCode . ';' . $this->phoneNumber . ';' . $this->email . "\n";
}
/**
* @param string $str
* @param $parsingArray
* @return void
*/
public function stringToParsingArray(string $str, &$parsingArray): void
{
$parsingArray[] = $str;
}
}