Completed
Push — master ( a41938...18c83d )
by Beniamin
04:49
created
src/ExprBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
 
104 104
     /**
105 105
      * @param string $connector
106
-     * @param mixed  $expression
106
+     * @param ExpressionInterface  $expression
107 107
      *
108 108
      * @return ExprBuilder
109 109
      */
@@ -399,7 +399,7 @@  discard block
 block discarded – undo
399 399
     }
400 400
 
401 401
     /**
402
-     * @param mixed $expression
402
+     * @param string $expression
403 403
      *
404 404
      * @return ExprBuilder
405 405
      */
Please login to merge, or discard this patch.