Skip to content
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.

Commit

Permalink
psr-2 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bessl committed Aug 19, 2014
1 parent 29c81a6 commit 92b53d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Faker/Provider/de_AT/PhoneNumberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,4 @@ public function testPhoneNumberFormat()
$number = $this->faker->phoneNumber;
$this->assertRegExp('/^06\d{2} \d{7}|\+43 \d{4} \d{4}(-\d{2})?$/', $number);
}

}

0 comments on commit 92b53d4

Please sign in to comment.