Skip to content
Snippets Groups Projects
Unverified Commit 1749b10a authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3196050 by anmolgoyal74, Chi: Fix documentation of StorageConfigBase::validateValue()

parent ed76f2cc
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ protected function getSchemaWrapper() {
*
* @param string $key
* A string that maps to a key within the configuration data.
* @param string $value
* @param mixed $value
* Value to associate with the key.
*
* @return null
......@@ -166,7 +166,7 @@ protected function validateValue($key, $value) {
*
* @param string $key
* A string that maps to a key within the configuration data.
* @param string $value
* @param mixed $value
* Value to associate with the key.
*
* @return mixed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment