Total Complexity | 2 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
28 | class SubscriptionStateChanged extends Base |
||
29 | { |
||
30 | /** |
||
31 | * Create the event listener. |
||
32 | * |
||
33 | * @return null |
||
34 | */ |
||
35 | 1 | public function __construct() |
|
36 | { |
||
37 | // |
||
38 | 1 | } |
|
39 | |||
40 | /** |
||
41 | * Handle the event. |
||
42 | * |
||
43 | * @param \TwentyTwoDigital\CashierFastspring\Events\Base $event |
||
44 | * |
||
45 | * @return void |
||
46 | */ |
||
47 | 1 | public function handle(Events\Base $event) |
|
63 | 1 | } |
|
64 | } |
||
65 |