Passed
Push — master ( 7fd29b...c103e2 )
by Emmanuel
02:06
created
src/Anonymizer/DB.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
 
108 108
     /**
109 109
      * Get Doctrine Connection
110
-     * @return Doctrine\DBAL\Connection
110
+     * @return \Doctrine\DBAL\Connection
111 111
      */
112 112
     public function getConn()
113 113
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
      * @param  array  $data       Array of fields => value to update the table
165 165
      * @param  string $primaryKey
166 166
      * @param  string $val        Primary Key's Value
167
-     * @return string             Doctrine DBAL QueryBuilder
167
+     * @return QueryBuilder             Doctrine DBAL QueryBuilder
168 168
      */
169 169
     private function prepareUpdate(string $table, array $cols, array $data, string $primaryKey, $val)
170 170
     {
Please login to merge, or discard this patch.