Skip to content

Commit e90d518

Browse files
committed
PHPLIB-88: Rename IndexInfo::getKeys() to getKey()
1 parent bcae84c commit e90d518

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Model/IndexInfo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ public function __construct(array $info)
3535
}
3636

3737
/**
38-
* Return the index key(s).
38+
* Return the index key.
3939
*
4040
* @return array
4141
*/
42-
public function getKeys()
42+
public function getKey()
4343
{
4444
return (array) $this->info['key'];
4545
}

0 commit comments

Comments
 (0)