| Conditions | 1 |
| Paths | 1 |
| Total Lines | 15 |
| Code Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 2 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | 6 | public function getSchema() |
|
| 23 | { |
||
| 24 | return [ |
||
| 25 | 6 | 'address' => 'string', |
|
| 26 | 'number' => 'string', |
||
| 27 | 'complement' => 'string', |
||
| 28 | 'quarter' => 'string', |
||
| 29 | 'reference' => 'string', |
||
| 30 | 'city' => 'string', |
||
| 31 | 'state' => 'string', |
||
| 32 | 'countryId' => 'string', |
||
| 33 | 'zipCode' => 'string', |
||
| 34 | 'recipientName' => 'string', |
||
| 35 | ]; |
||
| 36 | } |
||
| 37 | } |
||
| 38 |