Completed
Push — master ( 83a00c...7fd29b )
by Emmanuel
04:00
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
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
      * @param  array  $data       Array of fields => value to update the table
164 164
      * @param  string $primaryKey
165 165
      * @param  string $val        Primary Key's Value
166
-     * @return string             Doctrine DBAL QueryBuilder
166
+     * @return QueryBuilder             Doctrine DBAL QueryBuilder
167 167
      */
168 168
     private function prepareUpdate(string $table, array $data, string $primaryKey, $val)
169 169
     {
Please login to merge, or discard this patch.
src/Configuration/Writer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -164,7 +164,6 @@
 block discarded – undo
164 164
      *
165 165
      * @param string $table
166 166
      * @param string $col
167
-     * @param bool   $isPrimary
168 167
      *
169 168
      * @return bool
170 169
      */
Please login to merge, or discard this patch.