mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 13:09:44 +05:30
Fix capitalisation of inheritdoc
This commit is contained in:
parent
d40a37570c
commit
4ab302a969
@ -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()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user