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 8644f23 commit a3d39fcCopy full SHA for a3d39fc
src/Rules/In.php
@@ -12,6 +12,7 @@
12
13
namespace Hyperf\Validation\Rules;
14
15
+use Hyperf\Validation\ValidationRuleParser;
16
use Stringable;
17
18
class In implements Stringable
@@ -33,7 +34,7 @@ public function __construct(protected array $values)
33
34
/**
35
* Convert the rule to a validation string.
36
*
- * @see \Hyperf\Validation\ValidationRuleParser::parseParameters
37
+ * @see ValidationRuleParser::parseParameters
38
*/
39
public function __toString(): string
40
{
0 commit comments