ver.0.1
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user