Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shimonewman committed Oct 16, 2023
1 parent 5f81095 commit c6fc4a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Queue/Server.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,10 @@ public function workerStart(): Hook
return $hook;
}

/**
* Returns Worker starts hook.
* @return Hook
*/
/**
* Returns Worker starts hook.
* @return Hook
*/
public function getWorkerStart(): Hook
{
return $this->workerStartHook;
Expand Down

0 comments on commit c6fc4a2

Please sign in to comment.