| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 20 | public function buildSchema(Builder $builder) |
||
| 21 | { |
||
| 22 | $builder->add('mime-type', StringDescriptor::class, 'Mime-type of the file'); |
||
| 23 | $builder->add('size', IntegerDescriptor::class, 'Size of the file in bytes'); |
||
| 24 | $builder->add('encoding', StringDescriptor::class, 'Encoding of the file'); |
||
| 25 | } |
||
| 26 | |||
| 35 |