We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ede0c5f commit 1c7bcd9Copy full SHA for 1c7bcd9
Client.php
@@ -370,7 +370,7 @@ protected function doRequestInProcess($request)
370
}
371
372
if (!$process->isSuccessful() || !preg_match('/^O\:\d+\:/', $process->getOutput())) {
373
- 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()));
374
375
376
return unserialize($process->getOutput());
0 commit comments