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

Commit

Permalink
Fix README for duplicate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Feb 23, 2016
1 parent 743b0ad commit 97668eb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ echo $faker->cpr; // "051280-2387"
```php
<?php

// Generates a random Tax Id code (Codice fiscale)
// Generates a random Tax Id code (Codice fiscale)
echo $faker->taxId(); // "DIXDPZ44E08F367A"

```
Expand Down Expand Up @@ -858,10 +858,7 @@ echo $faker->companyNumber; // 1999/789634/01
```php
<?php

// Generates a special rate phone number
echo $faker->phoneNumber; // 0800 555 5555

// Generates a special rate phone number
// Generates a special rate toll free phone number
echo $faker->tollFreeNumber; // 0800 555 5555

// Generates a mobile phone number
Expand Down

0 comments on commit 97668eb

Please sign in to comment.