Passed
Push — gh-pages ( 22b0fe...eb2d91 )
by
unknown
12:27 queued 10:15
created
src/Psr18/LoggingClient.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 			$this->logger->error($e->getTraceAsString());
51 51
 
52 52
 			if(!$e instanceof ClientExceptionInterface){
53
-				throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e));  // @codeCoverageIgnore
53
+				throw new ClientException('unexpected exception, does not implement "ClientExceptionInterface": '.get_class($e)); // @codeCoverageIgnore
54 54
 			}
55 55
 
56 56
 			throw $e;
Please login to merge, or discard this patch.