Skip to content

Commit

Permalink
add missing property
Browse files Browse the repository at this point in the history
  • Loading branch information
brianlmoon committed Nov 22, 2024
1 parent eeeb70f commit 7e8af95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Net/Gearman/Job/Common.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ abstract class Net_Gearman_Job_Common
* Parameters for Job instantiation
* @var array $initParams
*/
protected $initParams;

/**
* Constructor
Expand Down Expand Up @@ -143,4 +144,4 @@ public function fail()
'handle' => $this->handle
));
}
}
}

0 comments on commit 7e8af95

Please sign in to comment.