@@ -29,7 +29,7 @@ |
||
29 | 29 | } |
30 | 30 | |
31 | 31 | /** |
32 | - * @return \Doctrine\DBAL\Query\Builder |
|
32 | + * @return \Doctrine\DBAL\Query\QueryBuilder |
|
33 | 33 | */ |
34 | 34 | public function builder() { |
35 | 35 | return $this->connection->createQueryBuilder(); |
@@ -39,7 +39,6 @@ |
||
39 | 39 | protected $db; |
40 | 40 | |
41 | 41 | /** |
42 | - * @param string $project_root |
|
43 | 42 | */ |
44 | 43 | public function __construct(Config $config, I\Indexer $indexer, DB $db) { |
45 | 44 | $this->config = $config; |