refactor(phpstan): Various code improvements
This commit is contained in:
parent
0ed788560c
commit
5835bd67a5
5 changed files with 19 additions and 21 deletions
|
@ -24,7 +24,7 @@ class LocaleManager
|
|||
/**
|
||||
* Current locale.
|
||||
*
|
||||
* @var Locale
|
||||
* @var Locale|null
|
||||
*/
|
||||
private $curLocale;
|
||||
|
||||
|
@ -78,7 +78,7 @@ class LocaleManager
|
|||
/**
|
||||
* Get the current locale.
|
||||
*
|
||||
* @return Locale
|
||||
* @return Locale|null
|
||||
*/
|
||||
public function getLocale()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue