Skip to content

Commit

Permalink
注释完善
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Dec 11, 2018
1 parent 3942123 commit 7f2c01e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Aop/Annotation/ConstValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ class ConstValue extends BaseInjectValue
protected $defaultFieldName = 'name';

/**
* 配置名,支持@app、@currentServer等用法
* 常量名
*
* @var string
*/
public $name;

/**
* 配置不存在时,返回的默认值
* 常量不存在时,返回的默认值
*
* @var mixed
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Aop/Annotation/Inject.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Imi\Bean\Annotation\Parser;

/**
* 属性注入
* 对象注入
* 使用:App::getBean()
* @Annotation
* @Target({"PROPERTY", "ANNOTATION"})
Expand Down
3 changes: 3 additions & 0 deletions src/Util/ArrayList.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

use Imi\Util\Interfaces\IArrayable;

/**
* 限定成员类型的数组列表
*/
class ArrayList implements \Iterator, \ArrayAccess, IArrayable, \JsonSerializable
{
/**
Expand Down

1 comment on commit 7f2c01e

@wi1dcard
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

「在此要特别感谢 @wi1dcard 一直以来的讨论交流」

2333,看着它一步步成长起来。加油。

Please sign in to comment.