Skip to content

Commit

Permalink
Merge pull request #6 from vimeo/update-visibility-of-class-properies
Browse files Browse the repository at this point in the history
Make class instance props protected
  • Loading branch information
JCManzo authored May 8, 2019
2 parents f01c592 + 25c0f8a commit 26ffeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Event/Subscriber/OmnipayGatewayRequestSubscriber.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ class OmnipayGatewayRequestSubscriber implements EventSubscriberInterface
/**
* @var LoggerInterface
*/
private $logger;
protected $logger;

/**
* @var string
*/
private $gateway_name;
protected $gateway_name;

/**
* OmnipayGatewayRequestSubscriber constructor.
Expand Down

0 comments on commit 26ffeb1

Please sign in to comment.