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.
2 parents 090ce40 + 1c7bcd9 commit 4e9a171Copy full SHA for 4e9a171
Client.php
@@ -465,7 +465,7 @@ protected function doRequestInProcess($request)
465
}
466
467
if (!$process->isSuccessful() || !preg_match('/^O\:\d+\:/', $process->getOutput())) {
468
- throw new \RuntimeException(sprintf('OUTPUT: %s ERROR OUTPUT: %s', $process->getOutput(), $process->getErrorOutput()));
+ throw new \RuntimeException(sprintf('OUTPUT: %s ERROR OUTPUT: %s.', $process->getOutput(), $process->getErrorOutput()));
469
470
471
return unserialize($process->getOutput());
0 commit comments