We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ef1598 commit f556fdbCopy full SHA for f556fdb
tests/helper/AbstractConfigurationInstance.php
@@ -37,8 +37,7 @@ public function get($key)
37
* Sets a configuration value for a given key.
38
* @param string $key
39
* @param string|int $value
40
- * @throws LogicException In case of an invalid configuration key.
41
- * @throws InvalidArgumentException In case of an invalid configuration value.
+ * @throws InvalidArgumentException In case of an invalid configuration key or value.
42
*/
43
public function set($key, $value)
44
{
0 commit comments