@@ -37,43 +37,43 @@ public function setLeftOperand($leftOperand)
3737 }
3838
3939 /**
40- * @var string| NodeInterface|NodeInterface[]
40+ * @var NodeInterface
4141 */
4242 private $ minValueOperand ;
4343
4444 /**
45- * @var string| NodeInterface|NodeInterface[]
45+ * @var NodeInterface
4646 */
4747 private $ maxValueOperand ;
4848
4949 /**
50- * @return NodeInterface|NodeInterface[]|string
50+ * @return NodeInterface
5151 */
5252 public function getMinValueOperand ()
5353 {
5454 return $ this ->minValueOperand ;
5555 }
5656
5757 /**
58- * @param NodeInterface|NodeInterface[]|string $minValueOperand
58+ * @param NodeInterface $minValueOperand
5959 */
60- public function setMinValueOperand ($ minValueOperand )
60+ public function setMinValueOperand (NodeInterface $ minValueOperand )
6161 {
6262 $ this ->minValueOperand = $ minValueOperand ;
6363 }
6464
6565 /**
66- * @return NodeInterface|NodeInterface[]|string
66+ * @return NodeInterface
6767 */
6868 public function getMaxValueOperand ()
6969 {
7070 return $ this ->maxValueOperand ;
7171 }
7272
7373 /**
74- * @param NodeInterface|NodeInterface[]|string $maxValueOperand
74+ * @param NodeInterface $maxValueOperand
7575 */
76- public function setMaxValueOperand ($ maxValueOperand )
76+ public function setMaxValueOperand (NodeInterface $ maxValueOperand )
7777 {
7878 $ this ->maxValueOperand = $ maxValueOperand ;
7979 }
@@ -154,7 +154,7 @@ public function toInstanceDescriptor(MoufManager $moufManager)
154154 * @param bool $extrapolateParameters
155155 * @return string
156156 */
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
158158 {
159159 $ minBypass = false ;
160160 $ maxBypass = false ;
0 commit comments