mirror of
https://github.com/getgrav/grav.git
synced 2025-12-05 15:29:57 +01:00
Missing docblock parameter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user