Passed
Push — master ( cd91a2...12f749 )
by Adrien
07:46
created
tests/ApplicationTest/Service/AccountingTest.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
             STRING
53 53
         );
54 54
 
55
-        self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors');
56
-    }
57
-}
55
+        self::assertFalse($this->accounting
58 56
\ 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
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
             STRING
53 53
         );
54 54
 
55
-        self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors');
56
-    }
57
-}
55
+        self::assertFalse($this->accounting
58 56
\ 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
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
             STRING
53 53
         );
54 54
 
55
-        self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors');
56
-    }
57
-}
55
+        self::assertFalse($this->accounting
58 56
\ 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
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
             STRING
53 53
         );
54 54
 
55
-        self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors');
56
-    }
57
-}
55
+        self::assertFalse($this->accounting
58 56
\ 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
@@ -52,6 +52,4 @@
 block discarded – undo
52 52
             STRING
53 53
         );
54 54
 
55
-        self::assertFalse($this->accounting->check(), 'fixture data should not produce any errors');
56
-    }
57
-}
55
+        self::assertFalse($this->accounting
58 56
\ No newline at end of file
Please login to merge, or discard this patch.
server/Application/Repository/AccountRepository.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -178,6 +178,4 @@
 block discarded – undo
178 178
 
179 179
         $count = $this->getEntityManager()->getConnection()->executeUpdate($sql);
180 180
 
181
-        return $count;
182
-    }
183
-}
181
+        return $count
184 182
\ 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
@@ -178,6 +178,4 @@
 block discarded – undo
178 178
 
179 179
         $count = $this->getEntityManager()->getConnection()->executeUpdate($sql);
180 180
 
181
-        return $count;
182
-    }
183
-}
181
+        return $count
184 182
\ 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
@@ -178,6 +178,4 @@
 block discarded – undo
178 178
 
179 179
         $count = $this->getEntityManager()->getConnection()->executeUpdate($sql);
180 180
 
181
-        return $count;
182
-    }
183
-}
181
+        return $count
184 182
\ 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
@@ -178,6 +178,4 @@
 block discarded – undo
178 178
 
179 179
         $count = $this->getEntityManager()->getConnection()->executeUpdate($sql);
180 180
 
181
-        return $count;
182
-    }
183
-}
181
+        return $count
184 182
\ 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
@@ -178,6 +178,4 @@
 block discarded – undo
178 178
 
179 179
         $count = $this->getEntityManager()->getConnection()->executeUpdate($sql);
180 180
 
181
-        return $count;
182
-    }
183
-}
181
+        return $count
184 182
\ No newline at end of file
Please login to merge, or discard this patch.