We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f230c3 commit c6fb193Copy full SHA for c6fb193
README.md
@@ -33,7 +33,7 @@ object that then it passed as parameter in `Client` constructor.
33
$client = new Client();
34
$answerAPI = new AnswerAPI($client);
35
36
-$answers = $answerAPI->getAnswersById(array('2359967', '1932551'));
+$answers = $answerAPI->getAnswersById(['2359967', '1932551']);
37
```
38
39
*The second parameter has been omitted, because the method `getAnswersById` already contains by default the minimum
0 commit comments