| Total Complexity | 2 |
| Total Lines | 11 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | final class MollieSubscriptionGatewayFactorySpec extends ObjectBehavior |
||
| 20 | { |
||
| 21 | function it_is_initializable(): void |
||
|
|
|||
| 22 | { |
||
| 23 | $this->shouldHaveType(MollieSubscriptionGatewayFactory::class); |
||
| 24 | $this->shouldHaveType(GatewayFactory::class); |
||
| 25 | } |
||
| 26 | |||
| 27 | function it_populateConfig_run(): void |
||
| 30 | } |
||
| 31 | } |
||
| 32 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.