Skip to content

Commit c6fb193

Browse files
committed
Fixed a typo
1 parent 1f230c3 commit c6fb193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ object that then it passed as parameter in `Client` constructor.
3333
$client = new Client();
3434
$answerAPI = new AnswerAPI($client);
3535

36-
$answers = $answerAPI->getAnswersById(array('2359967', '1932551'));
36+
$answers = $answerAPI->getAnswersById(['2359967', '1932551']);
3737
```
3838

3939
*The second parameter has been omitted, because the method `getAnswersById` already contains by default the minimum

0 commit comments

Comments
 (0)