Skip to content

Commit 7e8af95

Browse files
committed
add missing property
1 parent eeeb70f commit 7e8af95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Net/Gearman/Job/Common.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ abstract class Net_Gearman_Job_Common
5555
* Parameters for Job instantiation
5656
* @var array $initParams
5757
*/
58+
protected $initParams;
5859

5960
/**
6061
* Constructor
@@ -143,4 +144,4 @@ public function fail()
143144
'handle' => $this->handle
144145
));
145146
}
146-
}
147+
}

0 commit comments

Comments
 (0)