| Total Complexity | 4 |
| Total Lines | 71 |
| Duplicated Lines | 0 % |
| Coverage | 90.48% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class ProposalsClient extends NStackClient |
||
| 16 | { |
||
| 17 | /** @var string */ |
||
| 18 | protected $path = 'localize/proposals'; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * index |
||
| 22 | * |
||
| 23 | * @param String|null $guid |
||
| 24 | * @return array |
||
| 25 | * @throws FailedToParseException |
||
| 26 | */ |
||
| 27 | 1 | public function index(String $guid = null): array |
|
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * store |
||
| 43 | * |
||
| 44 | * @param String|null $guid |
||
| 45 | * @param String $key |
||
| 46 | * @param String $value |
||
| 47 | * @param String $platform |
||
| 48 | * @param String $locale |
||
| 49 | * @param String $section |
||
| 50 | * @return Proposal |
||
| 51 | * @throws FailedToParseException |
||
| 52 | */ |
||
| 53 | 1 | public function store( |
|
| 75 | } |
||
| 76 | |||
| 77 | /** |
||
| 78 | * delete |
||
| 79 | * |
||
| 80 | * @param int $id |
||
| 81 | * @param String $guid |
||
| 82 | */ |
||
| 83 | public function delete(int $id, String $guid) |
||
| 86 | } |
||
| 87 | } |
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