Skip to content

Commit 4d44d35

Browse files
committed
refactor(oracle): PHPDoc
1 parent 1e27c40 commit 4d44d35

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

src/Query/Oracle/Nvl2.php

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,13 @@
1313
/** @author https://github.com/nxtpge */
1414
class Nvl2 extends FunctionNode
1515
{
16-
/**
17-
* @var ArithmeticExpression
18-
*/
16+
/** @var ArithmeticExpression */
1917
private $expr1;
2018

21-
/**
22-
* @var ArithmeticExpression
23-
*/
19+
/** @var ArithmeticExpression */
2420
private $expr2;
2521

26-
/**
27-
* @var ArithmeticExpression
28-
*/
22+
/** @var ArithmeticExpression */
2923
private $expr3;
3024

3125
public function getSql(SqlWalker $sqlWalker): string

0 commit comments

Comments
 (0)