Commit e90d518d authored by Jeremy Mikola's avatar Jeremy Mikola

PHPLIB-88: Rename IndexInfo::getKeys() to getKey()

parent bcae84ce
...@@ -35,11 +35,11 @@ class IndexInfo implements ArrayAccess ...@@ -35,11 +35,11 @@ class IndexInfo implements ArrayAccess
} }
/** /**
* Return the index key(s). * Return the index key.
* *
* @return array * @return array
*/ */
public function getKeys() public function getKey()
{ {
return (array) $this->info['key']; return (array) $this->info['key'];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment