Skip to content

Commit

Permalink
完善注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Aug 31, 2018
1 parent 531cfa3 commit 83be7ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Util/Random.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
namespace Imi\Util;

/**
* 随机生成一些东西的工具类
*/
abstract class Random
{
/**
Expand Down
3 changes: 3 additions & 0 deletions src/Util/Text.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
namespace Imi\Util;

/**
* 字符串工具类
*/
abstract class Text
{
/**
Expand Down

0 comments on commit 83be7ba

Please sign in to comment.