Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPurvis committed Aug 23, 2023
1 parent 78ae02c commit 74cd624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

namespace Faker\Provider;

/**
* @property string $stripeConnectAccountId
*
*/
class Stripe extends Base
{
private function generateRandomString($length = 24, $numericOnly = false): string
Expand Down

0 comments on commit 74cd624

Please sign in to comment.