Skip to content

Commit

Permalink
Add note about strtotime
Browse files Browse the repository at this point in the history
  • Loading branch information
Bram Ceulemans committed Mar 1, 2022
1 parent 7464b78 commit 9ef661e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Faker/Extension/DateTimeExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
namespace Faker\Extension;

/**
* FakerPHP extension for Date-related randomization.
*
* Functions accepting a date string use the `strtotime()` function internally.
*
* @experimental
*
* @since 1.20.0
Expand Down

0 comments on commit 9ef661e

Please sign in to comment.