File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
parameters :
2
- level : 3
2
+ level : 4
3
3
inferPrivatePropertyTypeFromConstructor : true
4
4
ignoreErrors :
5
5
- " #Mouf\\\\MoufManager #"
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ public function setMaxValueOperand($maxValueOperand)
79
79
}
80
80
81
81
/**
82
- * @var ConditionInterface
82
+ * @var ConditionInterface|null
83
83
*/
84
84
protected $ minValueCondition ;
85
85
@@ -96,7 +96,7 @@ public function setMinValueCondition(ConditionInterface $minValueCondition = nul
96
96
}
97
97
98
98
/**
99
- * @var ConditionInterface
99
+ * @var ConditionInterface|null
100
100
*/
101
101
protected $ maxValueCondition ;
102
102
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public function walk(VisitorInterface $visitor)
105
105
}
106
106
107
107
/**
108
- * @param Select[] $children
108
+ * @param ( Select|null) [] $children
109
109
* @param VisitorInterface $visitor
110
110
*/
111
111
private function walkChildren (array &$ children , VisitorInterface $ visitor )
You can’t perform that action at this time.
0 commit comments