mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-13 22:06:51 +08:00
[doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net * Replace http://www.php.net with https://www.php.net
This commit is contained in:
@ -54,7 +54,7 @@ class UploadedFile extends BaseObject
|
||||
public $size;
|
||||
/**
|
||||
* @var int an error code describing the status of this file uploading.
|
||||
* @see https://secure.php.net/manual/en/features.file-upload.errors.php
|
||||
* @see https://www.php.net/manual/en/features.file-upload.errors.php
|
||||
*/
|
||||
public $error;
|
||||
|
||||
|
Reference in New Issue
Block a user