Passed
Push — master ( 950b60...cce8f6 )
by Gabriel
28:13
created
src/BucketTesting/Logging/BestEffortBucketLogger.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare( strict_types = 1 );
3
+declare(strict_types=1);
4 4
 
5 5
 namespace WMDE\Fundraising\Frontend\BucketTesting\Logging;
6 6
 
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
 			$this->bucketLogger->writeEvent( $event, ...$buckets );
30 30
 		} catch ( LoggingError $error ) {
31 31
 			$this->caughtException = $error;
32
-			$this->errorLogging->error( $error->getMessage(), [ 'exception' => $error ] );
32
+			$this->errorLogging->error( $error->getMessage(), ['exception' => $error] );
33 33
 		}
34 34
 	}
35 35
 
Please login to merge, or discard this patch.