Failed Conditions
Push — master ( 64d413...b77024 )
by Adrien
10:04
created
server/Application/Repository/AccountRepository.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,6 +198,4 @@
 block discarded – undo
198 198
 
199 199
         $count = $this->getEntityManager()->getConnection()->executeStatement($sql);
200 200
 
201
-        return $count;
202
-    }
203
-}
201
+        return $count
204 202
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,6 +198,4 @@
 block discarded – undo
198 198
 
199 199
         $count = $this->getEntityManager()->getConnection()->executeStatement($sql);
200 200
 
201
-        return $count;
202
-    }
203
-}
201
+        return $count
204 202
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,6 +198,4 @@
 block discarded – undo
198 198
 
199 199
         $count = $this->getEntityManager()->getConnection()->executeStatement($sql);
200 200
 
201
-        return $count;
202
-    }
203
-}
201
+        return $count
204 202
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,6 +198,4 @@
 block discarded – undo
198 198
 
199 199
         $count = $this->getEntityManager()->getConnection()->executeStatement($sql);
200 200
 
201
-        return $count;
202
-    }
203
-}
201
+        return $count
204 202
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,6 +198,4 @@
 block discarded – undo
198 198
 
199 199
         $count = $this->getEntityManager()->getConnection()->executeStatement($sql);
200 200
 
201
-        return $count;
202
-    }
203
-}
201
+        return $count
204 202
\ No newline at end of file
Please login to merge, or discard this patch.