Missing docblock parameter

This commit is contained in:
Matias Griese
2019-01-23 15:13:52 +02:00
parent 2d7eeb611d
commit 57de7cc03d

View File

@@ -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