Skip to content

Commit

Permalink
Fix PHPDocs in SubscriptionSchedule and SubscriptionScheduleRevision …
Browse files Browse the repository at this point in the history
…classes
  • Loading branch information
marotpam committed Feb 16, 2019
1 parent aa3ebc7 commit ca53759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/SubscriptionSchedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Stripe;

/**
* Class Subscription
* Class SubscriptionSchedule
*
* @property string $id
* @property string $object
Expand Down
4 changes: 2 additions & 2 deletions lib/SubscriptionScheduleRevision.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Stripe;

/**
* Class Subscription
* Class SubscriptionScheduleRevision
*
* @property string $id
* @property string $object
Expand All @@ -14,7 +14,7 @@
* @property string $previous_revision
* @property string $renewal_behavior
* @property mixed $renewal_interval
* @property string $chedule
* @property string $schedule
*
* @package Stripe
*/
Expand Down

0 comments on commit ca53759

Please sign in to comment.