Conditions | 1 |
Paths | 1 |
Total Lines | 15 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
24 | public static function RDNSequence() |
||
25 | { |
||
26 | return [ |
||
27 | 'tag' => ASN1::TYPE_SEQUENCE, |
||
28 | 'repeat' => [ |
||
29 | 'tag' => ASN1::TYPE_SET, |
||
30 | 'repeat' => [ |
||
31 | 'tag' => ASN1::TYPE_SEQUENCE, |
||
32 | 'children' => [ |
||
33 | 'key' => [ |
||
34 | 'tag' => ASN1::TYPE_OBJECT_IDENTIFIER |
||
35 | ], |
||
36 | 'value' => [ |
||
37 | 'tag' => ASN1::TYPE_ANY, |
||
38 | 'optional' => true |
||
39 | ] |
||
61 |
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