Skip to content

Commit

Permalink
注释更正
Browse files Browse the repository at this point in the history
  • Loading branch information
tim1116 authored and liu21st committed Jul 4, 2021
1 parent a9c7b3f commit d4eca65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/think/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -1308,7 +1308,7 @@ protected function filterData($data, $filter, $name, $default)

/**
* 强制类型转换
* @access public
* @access protected
* @param mixed $data
* @param string $type
* @return mixed
Expand Down Expand Up @@ -1345,7 +1345,7 @@ protected function typeCast(&$data, string $type)

/**
* 获取数据
* @access public
* @access protected
* @param array $data 数据源
* @param string $name 字段名
* @param mixed $default 默认值
Expand Down

0 comments on commit d4eca65

Please sign in to comment.