Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kraus <hanzi@hanzi.cc>
  • Loading branch information
hanzi committed Jan 5, 2020
1 parent 2cd16f8 commit a561c1e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/Property/VCard/PhoneNumber.php
Expand Up @@ -13,10 +13,8 @@
*/
class PhoneNumber extends Property\Text
{

protected $structuredValues = [];


/**
* Returns the type of value.
*
Expand Down
1 change: 0 additions & 1 deletion tests/VObject/Property/VCard/PhoneNumberTest.php
Expand Up @@ -7,7 +7,6 @@

class PhoneNumberTest extends TestCase
{

public function testParser()
{
$input = <<<VCF
Expand Down
1 change: 0 additions & 1 deletion tests/VObject/VCardConverterTest.php
Expand Up @@ -519,7 +519,6 @@ public function testNoLabel()
$this->assertEquals($expected, str_replace("\r", '', $vcard));
}


public function testPhoneNumberValueTypeGetsRemoved()
{
$input = <<<VCF
Expand Down

0 comments on commit a561c1e

Please sign in to comment.