Skip to content

Commit a561c1e

Browse files
committed
Fix code style
Signed-off-by: Christian Kraus <[email protected]>
1 parent 2cd16f8 commit a561c1e

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

lib/Property/VCard/PhoneNumber.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
*/
1414
class PhoneNumber extends Property\Text
1515
{
16-
1716
protected $structuredValues = [];
1817

19-
2018
/**
2119
* Returns the type of value.
2220
*

tests/VObject/Property/VCard/PhoneNumberTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
class PhoneNumberTest extends TestCase
99
{
10-
1110
public function testParser()
1211
{
1312
$input = <<<VCF

tests/VObject/VCardConverterTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,6 @@ public function testNoLabel()
519519
$this->assertEquals($expected, str_replace("\r", '', $vcard));
520520
}
521521

522-
523522
public function testPhoneNumberValueTypeGetsRemoved()
524523
{
525524
$input = <<<VCF

0 commit comments

Comments
 (0)