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 10ff70e commit b8dcd2cCopy full SHA for b8dcd2c
app/RemoteSite/Connection.php
@@ -129,7 +129,7 @@ protected function performHttpRequest(
129
$downloadedBytes
130
) use ($request) {
131
if ($downloadedBytes > 1024000) {
132
- throw new \RuntimeException("Unplausible response size while fetching from " . $request->getUri());
+ throw new \RuntimeException("Implausible response size while fetching from " . $request->getUri());
133
}
134
};
135
0 commit comments