Skip to content

Commit

Permalink
Updated examples
Browse files Browse the repository at this point in the history
Updeted FakerTest
Updated readme
  • Loading branch information
TS committed Apr 6, 2024
1 parent 17ddfef commit 1b12802
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
],
]);

$faker->sentence(5); // Sedev emeze evekem ez denebebekepep.
$faker->text(20, 3, 10); // Sedev emeze evekem ez denebebekepep...

```

Expand Down
2 changes: 1 addition & 1 deletion examples/demo.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,4 +159,4 @@
$words = [];
$words[] = strtoupper($faker->words(14, '.', 2, 4));

print_r($words);
print_r($words);
2 changes: 1 addition & 1 deletion examples/readme.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@

$items[] = $faker->text(20, 3, 10); // Sedev emeze evekem ez denebebekepep

print_r($items);
print_r($items);
2 changes: 1 addition & 1 deletion tests/FakerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ public function testDates()
$this->assertSame('1999-12', \substr($dates[1], 0, 7));
$this->assertSame('2200-04-01 00:00:00', $dates[2]);
}
}
}

0 comments on commit 1b12802

Please sign in to comment.