Passed
Push — gh-pages ( eb2d91...2beb06 )
by
unknown
02:41 queued 48s
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.