mirror of
https://github.com/getgrav/grav.git
synced 2026-05-09 04:25:51 +02:00
Missing docblock parameter
This commit is contained in:
@@ -93,6 +93,7 @@ class Flex implements \Countable
|
|||||||
/**
|
/**
|
||||||
* @param string $type
|
* @param string $type
|
||||||
* @param string $key
|
* @param string $key
|
||||||
|
* @param string|null $keyField
|
||||||
* @return FlexObjectInterface|null
|
* @return FlexObjectInterface|null
|
||||||
*/
|
*/
|
||||||
public function getObject(string $type, string $key, string $keyField = null): ?FlexObjectInterface
|
public function getObject(string $type, string $key, string $keyField = null): ?FlexObjectInterface
|
||||||
|
|||||||
Reference in New Issue
Block a user