mirror of
https://github.com/fzaninotto/Faker.git
synced 2025-03-24 09:19:50 +01:00
Merge pull request #264 from fzaninotto/french_realText
Add French realText provider
This commit is contained in:
commit
64adc8d23a
@ -99,7 +99,7 @@ abstract class Text extends \Faker\Provider\Base
|
||||
protected function getExplodedText()
|
||||
{
|
||||
if ($this->explodedText === null) {
|
||||
$this->explodedText = explode(' ', preg_replace('/\s+/', ' ', static::$baseText));
|
||||
$this->explodedText = explode(' ', preg_replace('/\s+/u', ' ', static::$baseText));
|
||||
}
|
||||
|
||||
return $this->explodedText;
|
||||
|
15539
src/Faker/Provider/fr_FR/Text.php
Normal file
15539
src/Faker/Provider/fr_FR/Text.php
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user