Failed Conditions
Push — master ( 76f788...13b360 )
by Sylvain
08:55
created
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.
tests/ApplicationTest/Service/AccountingTest.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,6 +82,4 @@
 block discarded – undo
82 82
         }
83 83
 
84 84
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59');
85
-        $this->accounting->close($closingDate, $output);
86
-    }
87
-}
85
+        $this->accounting->close($closingDate, $output
88 86
\ 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
@@ -82,6 +82,4 @@
 block discarded – undo
82 82
         }
83 83
 
84 84
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59');
85
-        $this->accounting->close($closingDate, $output);
86
-    }
87
-}
85
+        $this->accounting->close($closingDate, $output
88 86
\ 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
@@ -82,6 +82,4 @@
 block discarded – undo
82 82
         }
83 83
 
84 84
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59');
85
-        $this->accounting->close($closingDate, $output);
86
-    }
87
-}
85
+        $this->accounting->close($closingDate, $output
88 86
\ 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
@@ -82,6 +82,4 @@
 block discarded – undo
82 82
         }
83 83
 
84 84
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59');
85
-        $this->accounting->close($closingDate, $output);
86
-    }
87
-}
85
+        $this->accounting->close($closingDate, $output
88 86
\ 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
@@ -82,6 +82,4 @@
 block discarded – undo
82 82
         }
83 83
 
84 84
         $this->expectExceptionMessage('Le bouclement a déjà été fait au 2019-12-31 23:59:59');
85
-        $this->accounting->close($closingDate, $output);
86
-    }
87
-}
85
+        $this->accounting->close($closingDate, $output
88 86
\ No newline at end of file
Please login to merge, or discard this patch.