1
0
mirror of https://github.com/fzaninotto/Faker.git synced 2025-03-14 12:29:45 +01:00

Revert change in example XML introducd by #570

This commit is contained in:
Francois Zaninotto 2016-02-23 16:15:11 +01:00
parent 0b81c7075a
commit e0ee31522e

View File

@ -1,6 +1,5 @@
<?php
require __DIR__ .'/../vendor/autoload.php';
date_default_timezone_set('GMT');
$faker = Faker\Factory::create();
$faker->seed(5);
@ -18,7 +17,6 @@ echo '<?xml version="1.0" encoding="UTF-8"?>';
<city><?php echo $faker->city ?></city>
<postcode><?php echo $faker->postcode ?></postcode>
<state><?php echo $faker->state ?></state>
<coordinate><?php echo $faker->localCoordinates['latitude'].','.$faker->localCoordinates['longitude'] ?></coordinate>
</address>
<company name="<?php echo $faker->company ?>" catchPhrase="<?php echo $faker->catchPhrase ?>">
<?php if ($faker->boolean(33)): ?>