Commit 9f64e217 authored by Jens Segers's avatar Jens Segers

Merge pull request #763 from timgws/patch-1

Add missing phpdoc for $processor
parents 0c4f49d1 9186c50a
......@@ -82,6 +82,7 @@ class Builder extends BaseBuilder
* Create a new query builder instance.
*
* @param Connection $connection
* @param Processor $processor
*/
public function __construct(Connection $connection, Processor $processor)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment