| Conditions | 3 |
| Paths | 2 |
| Total Lines | 12 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function getSignedMessageAsString() |
||
| 20 | { |
||
| 21 | $child = $this->getChild(0); |
||
| 22 | if ($child !== null && $child->getHandle() !== null) { |
||
| 23 | $normalized = preg_replace( |
||
| 24 | '/\r\n|\r|\n/', |
||
| 25 | "\r\n", |
||
| 26 | stream_get_contents($child->getHandle()) |
||
| 27 | ); |
||
| 28 | return $normalized; |
||
| 29 | } |
||
| 30 | return null; |
||
| 31 | } |
||
| 56 |
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