Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hapidjus committed Oct 25, 2024
1 parent 3036570 commit 382df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Watchers/JobWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private function getBatchId(array $data)

$properties = ExtractProperties::from($unserialized);
return $properties['batchId'];
} catch (\Exception | \Error) {
} catch (\Exception|\Error) {
if (preg_match('/"batchId";s:\d+:"([^"]+)"/', $data['command'], $matches)) {
return $matches[1];
}
Expand Down

0 comments on commit 382df65

Please sign in to comment.