| Conditions | 2 |
| Paths | 2 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | protected function getInvalidPropertyNames($constraintViolationList) |
||
| 21 | { |
||
| 22 | $invalidPropertyNames = array(); |
||
| 23 | foreach ($constraintViolationList as $constraintViolation) { |
||
| 24 | $invalidPropertyNames[] = $constraintViolation->getPropertyPath(); |
||
| 25 | } |
||
| 26 | return $invalidPropertyNames; |
||
| 27 | } |
||
| 28 | |||
| 38 | } |