Total Complexity | 1 |
Total Lines | 37 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class Plac extends \Gedcom\Record implements Noteable |
||
18 | { |
||
19 | /** |
||
20 | * string plac. |
||
21 | */ |
||
22 | protected $_plac; |
||
23 | /** |
||
24 | * string place_hierarchy. |
||
25 | */ |
||
26 | protected $_form; |
||
27 | /** |
||
28 | * array PhpRecord\Plac\Fone. |
||
29 | */ |
||
30 | protected $_fone; |
||
31 | /** |
||
32 | * array PhpRecord\Plac\Romn. |
||
33 | */ |
||
34 | protected $_romn; |
||
35 | /** |
||
36 | * PhpRecord\Plac\Map. |
||
37 | */ |
||
38 | protected $_map; |
||
39 | /** |
||
40 | * array PhpRecord\NoteRef. |
||
41 | */ |
||
42 | protected $_note; |
||
43 | |||
44 | /** |
||
45 | * @param PhpRecord\NoteRef $note |
||
|
|||
46 | * |
||
47 | * @return Plac |
||
48 | */ |
||
49 | public function addNote($note = null) |
||
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