@@ -1,6 +1,6 @@ discard block |
||
| 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 |
||
| 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 | |