File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -693,7 +693,8 @@ 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 ,
697
+ $value
697
698
).' ;' ,
698
699
' }' ,
699
700
);
@@ -708,7 +709,8 @@ sub _inline_check_constraint {
708
709
' type_constraint_message => $msg , ' .
709
710
' class_name => $class_name, ' .
710
711
' attribute_name => "' .$attr_name .' ",' .
711
- ' value => ' .$value
712
+ ' value => ' .$value ,
713
+ $value
712
714
).' ;' ,
713
715
' }' ,
714
716
);
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