| Total Complexity | 5 |
| Total Lines | 50 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class ApiHttpRequestException extends Exception |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @var \Generated\Shared\Transfer\AfterPayApiResponseErrorTransfer |
||
| 17 | */ |
||
| 18 | protected $error; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | protected $detailedMessage; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @param \Generated\Shared\Transfer\AfterPayApiResponseErrorTransfer $error |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | public function setError(AfterPayApiResponseErrorTransfer $error): void |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return \Generated\Shared\Transfer\AfterPayApiResponseErrorTransfer |
||
| 37 | */ |
||
| 38 | public function getError(): AfterPayApiResponseErrorTransfer |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @param string $message |
||
| 45 | * |
||
| 46 | * @return void |
||
| 47 | */ |
||
| 48 | public function setDetailedMessage(string $message): void |
||
| 51 | } |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @return string |
||
| 55 | */ |
||
| 56 | public function getDetailedMessage(): string |
||
| 65 |
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