File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -693,7 +693,7 @@ sub _inline_check_constraint {
693
693
' type_constraint_message => $msg , ' .
694
694
' class_name => $class_name, ' .
695
695
' attribute_name => "' .$attr_name .' ",' .
696
- ' value => ' .$value
696
+ ' value => ' .$value , $value
697
697
).' ;' ,
698
698
' }' ,
699
699
);
@@ -708,7 +708,7 @@ sub _inline_check_constraint {
708
708
' type_constraint_message => $msg , ' .
709
709
' class_name => $class_name, ' .
710
710
' attribute_name => "' .$attr_name .' ",' .
711
- ' value => ' .$value
711
+ ' value => ' .$value , $value
712
712
).' ;' ,
713
713
' }' ,
714
714
);
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ sub _inline_check_member_constraint {
115
115
' class_name => $class_name,' .
116
116
' value => $new_val,' .
117
117
' new_member => 1' ,
118
+ ' $new_val'
118
119
) . ' ;' ,
119
120
' }' ,
120
121
' }' ,
You can’t perform that action at this time.
0 commit comments