getCustomerEmail() public method

public getCustomerEmail ( ) : string
return string
 /**
  * @Given his email should be :email
  */
 public function hisEmailShouldBe($email)
 {
     Assert::same($email, $this->showPage->getCustomerEmail(), 'Customer email should be "%s", but it is not');
 }