Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
29 | public function getPayload(): array |
||
30 | { |
||
31 | return [ |
||
32 | 'properties' => [ |
||
33 | ['property' => 'email', 'value' => '[email protected]'], |
||
34 | ['property' => 'foo', 'value' => 'bar'], |
||
35 | ] |
||
36 | ]; |
||
37 | } |
||
38 | } |
||
39 |