Completed
Pull Request — master (#115)
by Alex
05:55
created
POData/UriProcessor/QueryProcessor/ExpressionParser/ExpressionParser2.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -481,8 +481,8 @@
 block discarded – undo
481 481
     }
482 482
 
483 483
     /**
484
-     * @param $leftNullableExpTree
485
-     * @param $rightNullableExpTree
484
+     * @param null|AbstractExpression $leftNullableExpTree
485
+     * @param AbstractExpression|null $rightNullableExpTree
486 486
      * @return null|AbstractExpression
487 487
      */
488 488
     private function calculateResultExpression($leftNullableExpTree, $rightNullableExpTree)
Please login to merge, or discard this patch.