Skip to content

Commit b7c57b4

Browse files
committed
Fix order of annotations
1 parent bf7400e commit b7c57b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Laravel/ValidationServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ function ($attribute, $value, $parameters, $validator) use ($rulename): bool {
4040
*
4141
* @param string $rulename
4242
* @param array<mixed> $parameters
43-
* @return Rule
4443
* @throws NotExistingRuleException
44+
* @return Rule
4545
*/
4646
private function interventionRule(string $rulename, array $parameters): Rule
4747
{

0 commit comments

Comments
 (0)