mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 15:04:38 +01:00
Fix types (#19332)
* Migration::upsert() returns void * Unneeded `@property` tags * Add missing `null` param/return types * Null types for db\Query + db\ActiveQuery * Fixed testSelect
This commit is contained in:
@@ -80,7 +80,7 @@ class ArrayParser
|
||||
*
|
||||
* @param string $value
|
||||
* @param int $i parse starting position
|
||||
* @return null|string
|
||||
* @return string|null
|
||||
*/
|
||||
private function parseString($value, &$i)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user