phpstan update

Better typying
This commit is contained in:
Pierre Rudloff 2020-05-13 22:28:05 +02:00
parent 74db3b9ad0
commit 6adc1df213
17 changed files with 166 additions and 158 deletions

View file

@ -104,7 +104,7 @@ class Locale
/**
* Get country information from locale.
*
* @return Country|array|null
* @return Country|Country[]|null
*/
public function getCountry()
{