Skip to content

Commit

Permalink
Merge pull request #599 from marotpam/fix_phpdocs
Browse files Browse the repository at this point in the history
Fix PHPDocs in SubscriptionSchedule and SubscriptionScheduleRevision
  • Loading branch information
remi-stripe authored Feb 16, 2019
2 parents aa3ebc7 + ca53759 commit e495e82
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 e495e82

Please sign in to comment.