Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
sanmai committed Sep 26, 2018
1 parent 64b339e commit 82c26cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ if ($response->hasErrors()) {

// Получаем номера заявок
foreach ($response->getNumbers() as $number) {
$this->assertSame('1234567', $number);
$number; // ...
}
```

Expand Down

0 comments on commit 82c26cb

Please sign in to comment.