Skip to content

Commit a3d39fc

Browse files
authored
Format code (#7177)
1 parent 8644f23 commit a3d39fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Rules/In.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
namespace Hyperf\Validation\Rules;
1414

15+
use Hyperf\Validation\ValidationRuleParser;
1516
use Stringable;
1617

1718
class In implements Stringable
@@ -33,7 +34,7 @@ public function __construct(protected array $values)
3334
/**
3435
* Convert the rule to a validation string.
3536
*
36-
* @see \Hyperf\Validation\ValidationRuleParser::parseParameters
37+
* @see ValidationRuleParser::parseParameters
3738
*/
3839
public function __toString(): string
3940
{

0 commit comments

Comments
 (0)