We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 727f995 commit 9b63b61Copy full SHA for 9b63b61
README.md
@@ -3,10 +3,10 @@
3
## 简介
4
5
- 兼容 Hyperf/Laravel Validation 规则
6
-- 提升约 500 倍性能
7
-- 验证器可多次复用不同数据
+- 部分场景可获得约 500 倍性能提升
+- 验证器可多次复用不同数据,无状态设计
8
- 规则可全局复用
9
-- 智能合并规则
+- 智能合并验证规则
10
11
## 安装
12
@@ -102,10 +102,8 @@ use Psr\Container\ContainerInterface;
102
#[Listener]
103
class ValidatorFactoryResolvedListener implements ListenerInterface
104
{
105
- /**
106
- * @var ContainerInterface
107
- */
108
- private $container;
+
+ private ContainerInterface $container;
109
110
public function __construct(ContainerInterface $container)
111
0 commit comments