Skip to content

Commit

Permalink
Fix method documentation
Browse files Browse the repository at this point in the history
Documentation was c&p from tieWith() and not accurate.
  • Loading branch information
ypnos-web committed Mar 14, 2017
1 parent 9a4c7d1 commit 1b76298
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -73,10 +73,8 @@ public function __construct($conditions = [], $types = [], $conjunction = 'AND')

/**
* Changes the conjunction for the conditions at this level of the expression tree.
* If called with no arguments it will return the currently configured value.
*
* @param string $conjunction Value to be used for joining conditions. If null it
* will not set any value, but return the currently stored one
* @param string $conjunction Value to be used for joining conditions
* @return $this
*/
public function setConjunction($conjunction)
Expand Down

0 comments on commit 1b76298

Please sign in to comment.