Skip to content

Commit

Permalink
Fixes #256: removed misleading line from phpdoc [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Dec 14, 2018
1 parent bebf74b commit 36d98ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/StateStorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ public function set($key, $value);

/**
* Returns the state variable value with the variable name.
* If the variable does not exist, the `$defaultValue` will be returned.
* @param string $key the variable name
* @return mixed the variable value, or `null` if the variable does not exist.
*/
Expand All @@ -42,4 +41,4 @@ public function get($key);
* @return bool success.
*/
public function remove($key);
}
}

0 comments on commit 36d98ae

Please sign in to comment.