File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,10 @@ public function getWorkingTimeout(): float
78
78
79
79
/**
80
80
* {@inheritDoc}
81
+ *
82
+ * @param float $workingTimeout
81
83
*/
82
- public function setWorkingTimeout (float $ workingTimeout ): void
84
+ public function setWorkingTimeout ($ workingTimeout ): void
83
85
{
84
86
$ this ->workingTimeout = (float ) $ workingTimeout ;
85
87
}
@@ -94,8 +96,10 @@ public function getRetryCount(): int
94
96
95
97
/**
96
98
* {@inheritDoc}
99
+ *
100
+ * @param int $retryCount
97
101
*/
98
- public function setRetryCount (int $ retryCount ): void
102
+ public function setRetryCount ($ retryCount ): void
99
103
{
100
104
$ this ->retryCount = (int ) $ retryCount ;
101
105
}
@@ -110,8 +114,10 @@ public function getMaxRetryCount(): int
110
114
111
115
/**
112
116
* {@inheritDoc}
117
+ *
118
+ * @param int $maxRetryCount
113
119
*/
114
- public function setMaxRetryCount (int $ maxRetryCount ): void
120
+ public function setMaxRetryCount ($ maxRetryCount ): void
115
121
{
116
122
$ this ->maxRetryCount = (int ) $ maxRetryCount ;
117
123
}
You can’t perform that action at this time.
0 commit comments