Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
hapidjus committed Oct 23, 2024
1 parent 9553168 commit dbb510c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Watchers/JobWatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private function getBatchId(array $data)
if (preg_match('/"batchId";s:\d+:"([^"]+)"/', $data['command'], $matches)) {
return $matches[1];
}

return null;
}
}

0 comments on commit dbb510c

Please sign in to comment.