| Total Complexity | 2 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 5 | class Integration extends ApiResource |
||
| 6 | { |
||
| 7 | const OBJECT_NAME = 'integration'; |
||
| 8 | |||
| 9 | /** |
||
| 10 | * Paystack Documentation Reference. |
||
| 11 | * |
||
| 12 | * @link https://paystack.com/docs/api/#control-panel-fetch-timeout |
||
| 13 | * |
||
| 14 | * @return array|object |
||
| 15 | */ |
||
| 16 | public static function fetchPaymentSessionTimeout() |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param $params the time before stopping session (in seconds). Set to 0 to cancel session timeouts |
||
|
|
|||
| 25 | * Paystack Documentation Reference |
||
| 26 | * |
||
| 27 | * @link https://paystack.com/docs/api/#control-panel-update-timeout |
||
| 28 | * |
||
| 29 | * @return array|object |
||
| 30 | */ |
||
| 31 | public static function updatePaymentSessionTimeout($params) |
||
| 39 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths