| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class NullFactSourceStatus extends FactSourceStatus |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * {@inheritDoc} |
||
| 24 | * @see \MyArtJaub\Webtrees\Module\IsSourced\Data\SourceStatus::isSet() |
||
| 25 | */ |
||
| 26 | public function isSet(): bool |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritDoc} |
||
| 33 | * @see \MyArtJaub\Webtrees\Module\IsSourced\Data\FactSourceStatus::combineWith() |
||
| 34 | */ |
||
| 35 | public function combineWith(SourceStatus $other) |
||
| 40 |