mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-11 01:38:50 +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:
@@ -24,9 +24,9 @@ class UnprocessableEntityHttpException extends HttpException
|
||||
{
|
||||
/**
|
||||
* Constructor.
|
||||
* @param string $message error message
|
||||
* @param string|null $message error message
|
||||
* @param int $code error code
|
||||
* @param \Exception $previous The previous exception used for the exception chaining.
|
||||
* @param \Exception|null $previous The previous exception used for the exception chaining.
|
||||
*/
|
||||
public function __construct($message = null, $code = 0, \Exception $previous = null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user