| Conditions | 1 |
| Paths | 1 |
| Total Lines | 32 |
| Code Lines | 25 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 59 | protected static function attributesMetadata(): array |
||
| 60 | { |
||
| 61 | return array ( |
||
| 62 | 'weight' => |
||
| 63 | array ( |
||
| 64 | 'type' => |
||
| 65 | array ( |
||
| 66 | 0 => 'int', |
||
| 67 | 1 => 'null', |
||
| 68 | ), |
||
| 69 | 'required' => false, |
||
| 70 | 'actionName' => 'weight', |
||
| 71 | ), |
||
| 72 | 'height' => |
||
| 73 | array ( |
||
| 74 | 'type' => |
||
| 75 | array ( |
||
| 76 | 0 => 'int', |
||
| 77 | 1 => 'null', |
||
| 78 | ), |
||
| 79 | 'required' => false, |
||
| 80 | 'actionName' => 'height', |
||
| 81 | ), |
||
| 82 | 'parent' => |
||
| 83 | array ( |
||
| 84 | 'type' => |
||
| 85 | array ( |
||
| 86 | 0 => 'Transfer\\Simple\\SimpleObjectTransfer', |
||
| 87 | 1 => 'null', |
||
| 88 | ), |
||
| 89 | 'required' => false, |
||
| 90 | 'actionName' => 'parent', |
||
| 91 | ), |
||
| 95 |