Completed
Push — master ( e2dc10...6f7e0c )
by Richard
06:21
created
src/App/DB.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.
src/App/Engine.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.