apply PSR-12 rules

This commit is contained in:
2022-07-18 23:59:49 +02:00
parent 95b95d1d8b
commit b22da1bd4a
6 changed files with 13 additions and 13 deletions

View File

@ -52,7 +52,7 @@ class ValueObjectTest extends ApiTestCase
{
$phoneUtil = PhoneNumberUtil::getInstance();
$example = $phoneUtil->getExampleNumberForType('DE', PhoneNumberType::MOBILE);
$phoneNumberFixture = $phoneUtil->format($example, PhoneNumberFormat::NATIONAL);
$phoneNumberFixture = $phoneUtil->format($example, PhoneNumberFormat::NATIONAL);
$this->callMethod(
$this->value,
@ -85,4 +85,4 @@ class ValueObjectTest extends ApiTestCase
['']
);
}
}
}