Completed
Pull Request — master (#115)
by Alex
04:15
created
POData/UriProcessor/QueryProcessor/ExpressionParser/ExpressionParser2.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -467,8 +467,8 @@
 block discarded – undo
467 467
     }
468 468
 
469 469
     /**
470
-     * @param $leftNullableExpTree
471
-     * @param $rightNullableExpTree
470
+     * @param AbstractExpression|null $leftNullableExpTree
471
+     * @param AbstractExpression|null $rightNullableExpTree
472 472
      * @return null|AbstractExpression
473 473
      */
474 474
     private function calculateResultExpression($leftNullableExpTree, $rightNullableExpTree)
Please login to merge, or discard this patch.