Commit bbe42b2
authored
Correct the type of CommunicationProvider's $responseBody property
To avoid warnings in the code, the `$responseBody` property should be an *object* and not a *string*. This is because it is set in `->callRestAPI()` with a `json_decode()`, which returns an object.1 parent 32f5708 commit bbe42b2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
| 896 | + | |
0 commit comments