Typehint the removeEmptyValues function

This commit is contained in:
Nico Stapelbroek
2018-04-04 18:45:27 +02:00
parent a6af6ada01
commit 0fe924d868

View File

@@ -59,7 +59,7 @@ trait StoresMeta
/**
* Determine if a Value is empty.
*
* @param $values
* @param mixed $values
*
* @return array|mixed
*/