Skip to content

Commit

Permalink
Fix docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Mar 31, 2015
1 parent c8a2cdf commit 76ca724
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Database/Expression/QueryExpression.php
Expand Up @@ -436,10 +436,11 @@ public function traverse(callable $callable)
}

/**
* Executes a callable function for each of the parts that form this expression
* Callable function is required to return a value, which will the one with
* which the currently visited part will be replaced. If the callable function
* returns null then the part will be discarded completely from this expression
* Executes a callable function for each of the parts that form this expression.
*
* The callable function is required to return a value with which the currently
* visited part will be replaced. If the callable function returns null then
* the part will be discarded completely from this expression.
*
* The callback function will receive each of the conditions as first param and
* the key as second param. It is possible to declare the second parameter as
Expand Down

0 comments on commit 76ca724

Please sign in to comment.