Skip to content

Commit

Permalink
Updated readme.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TS committed Apr 6, 2024
1 parent 1b12802 commit 1b102af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$items[] = $faker->words(5, ', '); // rabija, yigav, bacera, cunay, okzupu
$items[] = $faker->sentence(5); // Uxibawoz witowarehep effemerogola buinaxepugo nuxehow.
$items[] = $faker->text(2, 2, 4); // Icolivotuse rebotuk sulageye. Xaco najud quq.
$items[] = $faker->int(1, 1000); // 238
$items[] = $faker->int(1, 1000); // 238
$items[] = $faker->float(100, 200, 4); // 106.3748
$items[] = $faker->boolean(); // true or false
$items[] = $faker->repeat('.', 4, 4, 3, 'oOo'); // ....oOo....oOo....
Expand Down

0 comments on commit 1b102af

Please sign in to comment.