mirror of
https://github.com/yiisoft/yii2.git
synced 2026-02-20 00:32:19 +01:00
Fix PHPStan errors (#20577)
This commit is contained in:
@@ -204,7 +204,7 @@ class MessageFormatter extends Component
|
||||
* @param array $givenParams The array of values to insert into the format string.
|
||||
* @param array $resultingParams Modified array of parameters.
|
||||
* @param array $map
|
||||
* @return string The pattern string with placeholders replaced.
|
||||
* @return string|false The pattern string with placeholders replaced.
|
||||
*/
|
||||
private function replaceNamedArguments($pattern, $givenParams, &$resultingParams = [], &$map = [])
|
||||
{
|
||||
|
||||
@@ -69,7 +69,7 @@ class UploadedFile extends BaseObject
|
||||
*/
|
||||
private $_tempResource;
|
||||
/**
|
||||
* @var array[]
|
||||
* @var array[]|null
|
||||
*/
|
||||
private static $_files;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user