File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ public function getOption($name)
185
185
/**
186
186
* Sets an option value by name.
187
187
*
188
- * @param string $name The option name
189
- * @param string $value The option value
188
+ * @param string $name The option name
189
+ * @param string|boolean $value The option value
190
190
*
191
191
* @throws \InvalidArgumentException When option given doesn't exist
192
192
*/
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ public function getOption($name);
120
120
/**
121
121
* Sets an option value by name.
122
122
*
123
- * @param string $name The option name
124
- * @param string $value The option value
123
+ * @param string $name The option name
124
+ * @param string|boolean $value The option value
125
125
*
126
126
* @throws \InvalidArgumentException When option given doesn't exist
127
127
*/
You can’t perform that action at this time.
0 commit comments