mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08: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:
@ -541,7 +541,7 @@ class UrlRule extends BaseObject implements UrlRuleInterface
|
||||
/**
|
||||
* Returns status of the URL creation after the last [[createUrl()]] call.
|
||||
*
|
||||
* @return null|int Status of the URL creation after the last [[createUrl()]] call. `null` if rule does not provide
|
||||
* @return int|null Status of the URL creation after the last [[createUrl()]] call. `null` if rule does not provide
|
||||
* info about create status.
|
||||
* @see createStatus
|
||||
* @since 2.0.12
|
||||
|
Reference in New Issue
Block a user