Skip to content

Commit 36d98ae

Browse files
authored
Fixes #256: removed misleading line from phpdoc [skip ci]
1 parent bebf74b commit 36d98ae

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/StateStorageInterface.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public function set($key, $value);
3030

3131
/**
3232
* Returns the state variable value with the variable name.
33-
* If the variable does not exist, the `$defaultValue` will be returned.
3433
* @param string $key the variable name
3534
* @return mixed the variable value, or `null` if the variable does not exist.
3635
*/
@@ -42,4 +41,4 @@ public function get($key);
4241
* @return bool success.
4342
*/
4443
public function remove($key);
45-
}
44+
}

0 commit comments

Comments
 (0)