Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed Dec 21, 2023
1 parent 2f30b61 commit 66499cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Recorders/JobRecorder/JobRecorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ protected function getJobProperties(): array
$properties = [];

foreach ($payload as $key => $value) {
if (!in_array($key, ['job', 'data', 'displayName'])) {
if (! in_array($key, ['job', 'data', 'displayName'])) {
$properties[$key] = $value;

if (is_string($payload['data'])) {
Expand Down

0 comments on commit 66499cd

Please sign in to comment.