| Conditions | 1 |
| Paths | 1 |
| Total Lines | 4 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | 3 | public function fetch(Entity $me, EntityManager $entityManager = null) |
|
| 12 | { |
||
| 13 | 3 | return parent::fetch($me, $entityManager)->one(); |
|
|
1 ignored issue
–
show
|
|||
| 14 | } |
||
| 15 | } |
||
| 16 |