mmainstreet /
jodel-web
These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more
| 1 | <?php |
||
| 2 | |||
| 3 | |||
| 4 | class GetKarma extends AbstractRequest { |
||
| 5 | |||
| 6 | function getApiEndPoint() |
||
| 7 | { |
||
| 8 | return '/v2/users/karma'; |
||
| 9 | } |
||
| 10 | function getPayload() |
||
| 11 | { |
||
| 12 | return array( |
||
| 13 | ); |
||
| 14 | } |
||
| 15 | function getMethod() |
||
| 16 | { |
||
| 17 | return 'GET'; |
||
| 18 | } |
||
| 19 | } |
||
| 20 | |||
|
0 ignored issues
–
show
|
|||
| 21 |
This check marks files that end in a newline character, i.e. an empy line.