| Total Complexity | 3 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | final class ExceptionAsString implements Stringable |
||
| 21 | { |
||
| 22 | private string $string; |
||
| 23 | |||
| 24 | public function __construct(Throwable $e, Request $request) |
||
| 37 | } |
||
| 38 | |||
| 39 | #[Override] |
||
| 40 | public function __toString(): string |
||
| 41 | { |
||
| 42 | return $this->string; |
||
| 43 | } |
||
| 44 | |||
| 45 | /** @param ServerArray $server */ |
||
|
|
|||
| 46 | private function getPhpVariables(array $server): string |
||
| 49 | } |
||
| 50 | } |
||
| 51 |
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