Skip to content

Commit f556fdb

Browse files
committed
fix undefined exception class
1 parent 9ef1598 commit f556fdb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/helper/AbstractConfigurationInstance.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ public function get($key)
3737
* Sets a configuration value for a given key.
3838
* @param string $key
3939
* @param string|int $value
40-
* @throws LogicException In case of an invalid configuration key.
41-
* @throws InvalidArgumentException In case of an invalid configuration value.
40+
* @throws InvalidArgumentException In case of an invalid configuration key or value.
4241
*/
4342
public function set($key, $value)
4443
{

0 commit comments

Comments
 (0)