mirror of
https://github.com/getgrav/grav.git
synced 2025-02-20 19:56:53 +01:00
Missing docblock parameter
This commit is contained in:
parent
2d7eeb611d
commit
57de7cc03d
|
|
@ -93,6 +93,7 @@ class Flex implements \Countable
|
|||
/**
|
||||
* @param string $type
|
||||
* @param string $key
|
||||
* @param string|null $keyField
|
||||
* @return FlexObjectInterface|null
|
||||
*/
|
||||
public function getObject(string $type, string $key, string $keyField = null): ?FlexObjectInterface
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user