Skip to content

Commit

Permalink
Applied coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuaitk committed Jul 5, 2024
1 parent 6d6ef07 commit 25b9fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Plugin/AdvancedQueue/JobType/ArchiveDocument.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function __construct(
$plugin_id,
$plugin_definition,
ArchiveHelper $helper,
LoggerChannelFactoryInterface $loggerFactory
LoggerChannelFactoryInterface $loggerFactory,
) {
parent::__construct($configuration, $plugin_id, $plugin_definition);
$this->helper = $helper;
Expand Down

0 comments on commit 25b9fcf

Please sign in to comment.