Completed
Pull Request — 3.x (#574)
by Oskar
03:54 queued 02:08
created
src/Entity/CommentManager.php 2 patches
Doc Comments   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -150,8 +150,4 @@
 block discarded – undo
150 150
 WHERE p.id = count_comment.post_id
151 151
 SQL,
152 152
                     $postTableName,
153
-                    $commentTableName
154
-                );
155
-        }
156
-    }
157
-}
153
+                    $commentTableName
158 154
\ No newline at end of file
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -150,8 +150,4 @@
 block discarded – undo
150 150
 WHERE p.id = count_comment.post_id
151 151
 SQL,
152 152
                     $postTableName,
153
-                    $commentTableName
154
-                );
155
-        }
156
-    }
157
-}
153
+                    $commentTableName
158 154
\ No newline at end of file
Please login to merge, or discard this patch.