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

Add real text for es_ES #1220

Merged
merged 2 commits into from
May 31, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -982,6 +982,13 @@ echo $faker->dni; // '77446565E'
echo $faker->vat; // "A35864370"
```

### `Faker\Provider\es_ES\Text`
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need to mention it here, it's a generic formatter.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.


```php
// Generates a piece of real
echo $faker->realText(200, 2) // "Luego me llevó consigo a misa, haciéndome cargar la banqueta, y en la escuadra, además de que un genio más picón que un genio tan raro, y como sus compañeros, quienes, reputándole como el gladiador."
```

### `Faker\Provider\es_PE\Person`

```php
Expand Down
Loading