familytree365 /
php-gedcom
| 1 | <?php |
||
| 2 | /** |
||
| 3 | * php-gedcom. |
||
| 4 | * |
||
| 5 | * php-gedcom is a library for parsing, manipulating, importing and exporting |
||
| 6 | * GEDCOM 5.5 files in PHP 5.3+. |
||
| 7 | * |
||
| 8 | * @author Kristopher Wilson <[email protected]> |
||
| 9 | * @copyright Copyright (c) 2010-2013, Kristopher Wilson |
||
| 10 | * @license MIT |
||
| 11 | * |
||
| 12 | * @link http://github.com/mrkrstphr/php-gedcom |
||
| 13 | */ |
||
| 14 | |||
| 15 | namespace Gedcom\Record\Indi; |
||
| 16 | |||
| 17 | class Note extends \Gedcom\Record\NoteRefAbstract |
||
|
0 ignored issues
–
show
|
|||
| 18 | { |
||
| 19 | } |
||
| 20 |
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