Passed
Push — master ( c103e2...560387 )
by Emmanuel
03:39
created
src/Anonymizer/AbstractAnonymizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      * @param string        $entity
72 72
      * @param callable|null $callback
73 73
      * @param bool          $pretend
74
-     * @param bool          $returnResult
74
+     * @param bool          $returnRes
75 75
      */
76 76
     abstract public function processEntity(
77 77
         string $entity,
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
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 
49 49
     /**
50 50
      * Get Doctrine Connection
51
-     * @return Doctrine\DBAL\Connection
51
+     * @return \Doctrine\DBAL\Connection
52 52
      */
53 53
     public function getConn()
54 54
     {
@@ -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 $primaryKeyVal  Primary Key's Value
166
-     * @return string                 Doctrine DBAL QueryBuilder
166
+     * @return QueryBuilder                 Doctrine DBAL QueryBuilder
167 167
      */
168 168
     private function prepareUpdate(array $data, string $primaryKey, $primaryKeyVal)
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
@@ -169,7 +169,6 @@
 block discarded – undo
169 169
      *
170 170
      * @param  string $table
171 171
      * @param  string $col
172
-     * @param  bool   $isPrimary
173 172
      * @return bool
174 173
      */
175 174
     protected function colIgnored(string $table, string $col): bool
Please login to merge, or discard this patch.