code improvements (#3088)

This commit is contained in:
Kevin Papst
2022-01-22 02:46:02 +01:00
committed by GitHub
parent 97c23f75dd
commit 3543e0a1b5
4 changed files with 83 additions and 42 deletions

View File

@@ -105,7 +105,7 @@ trait StringAccessibleConfigTrait
/**
* @param string $key
* @return mixed
* @return string|int|bool|float|null|array
*/
public function find(string $key)
{