Skip to content

Commit

Permalink
PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauro Cassani committed Aug 16, 2017
1 parent 07e0167 commit e5bba5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ class QueryBuilder
*/
private $array;

/**
* QueryBuilder constructor.
* @param array $array
*/
public function __construct(array $array)
{
$this->setArray($array);
Expand Down

0 comments on commit e5bba5e

Please sign in to comment.