@@ -37,43 +37,43 @@ public function setLeftOperand($leftOperand)
37
37
}
38
38
39
39
/**
40
- * @var string| NodeInterface|NodeInterface[]
40
+ * @var NodeInterface
41
41
*/
42
42
private $ minValueOperand ;
43
43
44
44
/**
45
- * @var string| NodeInterface|NodeInterface[]
45
+ * @var NodeInterface
46
46
*/
47
47
private $ maxValueOperand ;
48
48
49
49
/**
50
- * @return NodeInterface|NodeInterface[]|string
50
+ * @return NodeInterface
51
51
*/
52
52
public function getMinValueOperand ()
53
53
{
54
54
return $ this ->minValueOperand ;
55
55
}
56
56
57
57
/**
58
- * @param NodeInterface|NodeInterface[]|string $minValueOperand
58
+ * @param NodeInterface $minValueOperand
59
59
*/
60
- public function setMinValueOperand ($ minValueOperand )
60
+ public function setMinValueOperand (NodeInterface $ minValueOperand )
61
61
{
62
62
$ this ->minValueOperand = $ minValueOperand ;
63
63
}
64
64
65
65
/**
66
- * @return NodeInterface|NodeInterface[]|string
66
+ * @return NodeInterface
67
67
*/
68
68
public function getMaxValueOperand ()
69
69
{
70
70
return $ this ->maxValueOperand ;
71
71
}
72
72
73
73
/**
74
- * @param NodeInterface|NodeInterface[]|string $maxValueOperand
74
+ * @param NodeInterface $maxValueOperand
75
75
*/
76
- public function setMaxValueOperand ($ maxValueOperand )
76
+ public function setMaxValueOperand (NodeInterface $ maxValueOperand )
77
77
{
78
78
$ this ->maxValueOperand = $ maxValueOperand ;
79
79
}
@@ -154,7 +154,7 @@ public function toInstanceDescriptor(MoufManager $moufManager)
154
154
* @param bool $extrapolateParameters
155
155
* @return string
156
156
*/
157
- public function toSql (array $ parameters , AbstractPlatform $ platform , $ indent = 0 , $ conditionsMode = self ::CONDITION_APPLY , bool $ extrapolateParameters = true ): ?string
157
+ public function toSql (array $ parameters , AbstractPlatform $ platform , int $ indent = 0 , $ conditionsMode = self ::CONDITION_APPLY , bool $ extrapolateParameters = true ): ?string
158
158
{
159
159
$ minBypass = false ;
160
160
$ maxBypass = false ;
0 commit comments