| Total Complexity | 2 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class StatusController extends Controller |
||
| 12 | { |
||
| 13 | /** @var Electrum */ |
||
| 14 | protected $electrum; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * StatusController constructor. |
||
| 18 | * |
||
| 19 | * @param Electrum $electrum |
||
| 20 | */ |
||
| 21 | public function __construct(Electrum $electrum) |
||
| 25 | } |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Get wallet status and ticker data |
||
| 29 | * TODO: Make source configurable. |
||
| 30 | * |
||
| 31 | * @return \Illuminate\Http\JsonResponse |
||
| 32 | */ |
||
| 33 | public function __invoke() |
||
| 43 |
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