| Conditions | 2 |
| Paths | 2 |
| Total Lines | 10 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 18 | public function __invoke() |
||
| 19 | { |
||
| 20 | $message = json_decode(Message::fromRawPostData()['Message'], true); |
||
| 21 | $detail = $message['detail']; |
||
| 22 | $status = $detail['status']; |
||
| 23 | |||
| 24 | try { |
||
| 25 | $this->fireEventFor($status, $message); |
||
| 26 | } catch (\Exception $e) { |
||
| 27 | throw new \Exception($e); |
||
| 28 | } |
||
| 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