Passed
Push — master ( 3e6cb5...872b0a )
by Samuel
03:04
created
src/Tracing/TracingGuzzleMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
      */
25 25
     public function __invoke(callable $handler)
26 26
     {
27
-        return function (RequestInterface $request, array $options) use ($handler) {
27
+        return function(RequestInterface $request, array $options) use ($handler) {
28 28
             $transaction = $this->agent->getTransaction();
29 29
 
30 30
             if ($transaction !== null) {
Please login to merge, or discard this patch.
src/Builder/AbstractEventBuilder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      */
21 21
     public static function generateRandomBitsInHex(int $bits): string
22 22
     {
23
-        return bin2hex(random_bytes($bits/8));
23
+        return bin2hex(random_bytes($bits / 8));
24 24
     }
25 25
 
26 26
     /**
Please login to merge, or discard this patch.