mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Fix capitalisation of inheritdoc
This commit is contained in:
@@ -102,7 +102,7 @@ class CryptKey implements CryptKeyInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function getKeyPath()
|
public function getKeyPath()
|
||||||
{
|
{
|
||||||
@@ -110,7 +110,7 @@ class CryptKey implements CryptKeyInterface
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritDoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function getPassPhrase()
|
public function getPassPhrase()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user