Passed
Push — master ( 709665...38fa98 )
by Emmanuel
04:15
created
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
     {
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
      *
163 163
      * @param  string $primaryKey
164 164
      * @param  string $primaryKeyVal  Primary Key's Value
165
-     * @return string                 Doctrine DBAL QueryBuilder
165
+     * @return QueryBuilder                 Doctrine DBAL QueryBuilder
166 166
      */
167 167
     private function prepareUpdate(string $primaryKey, $primaryKeyVal): QueryBuilder
168 168
     {
Please login to merge, or discard this patch.
RoboFile.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -175,6 +175,9 @@
 block discarded – undo
175 175
         $this->startPHP($php, $dbType);
176 176
     }
177 177
 
178
+    /**
179
+     * @param string $type
180
+     */
178 181
     private function startDb($type)
179 182
     {
180 183
         $image = $type;
Please login to merge, or discard this patch.