Passed
Push — master ( 7fd29b...c103e2 )
by Emmanuel
02:06
created
src/Anonymizer/AbstractAnonymizer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,6 @@
 block discarded – undo
52 52
     /**
53 53
      * Process the entity according to the anonymizer type
54 54
      *
55
-     * @param string        $entity
56 55
      * @param callable|null $callback
57 56
      * @param bool          $pretend
58 57
      * @param bool          $returnResult
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.
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.