| Total Complexity | 8 |
| Total Lines | 41 |
| Duplicated Lines | 0 % |
| Changes | 4 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php declare(strict_types=1); |
||
| 5 | class AssociationStubMonomorphic extends AssociationStubBase |
||
| 6 | { |
||
| 7 | /** |
||
| 8 | * @param \AlgoWeb\PODataLaravel\Models\ObjectMap\Entities\Associations\AssociationStubBase $otherStub |
||
| 9 | * |
||
| 10 | * @return bool |
||
| 11 | */ |
||
| 12 | public function isCompatible(AssociationStubBase $otherStub) : bool |
||
| 26 | } |
||
| 27 | /** |
||
| 28 | * Is this AssociationStub sane? |
||
| 29 | */ |
||
| 30 | public function isOk(): bool |
||
| 39 | } |
||
| 40 | /** |
||
| 41 | * {@inheritdoc} |
||
| 42 | */ |
||
| 43 | public function morphicType() : string |
||
| 48 |