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

Commit

Permalink
suppress lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Jun 20, 2018
1 parent 158dc51 commit 2772c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FileHandleInput.hh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ final class FileHandleInput implements InputInterface {
}
$data = $impl();
while ($data === false && !$this->isEof()) {
/* HHAST_IGNORE_ERROR[DontAwaitInALoop] */
await $this->waitForDataAsync();
$data = $impl();
}
Expand Down

0 comments on commit 2772c82

Please sign in to comment.