Passed
Push — master ( b0fb18...b403ed )
by Sam
09:27
created
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.
config/autoload/global.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     ],
28 28
     'banking' => [
29 29
         'iban' => 'CH2730000001200061375', // QR-IBAN without spaces (eg: CH7030123036078110002)
30
-        'paymentTo' => 'PostFinance AG, 3030 Bern',  // Bank coordinate the payment will be made to, eg: 'Banque Alternative Suisse SA'
30
+        'paymentTo' => 'PostFinance AG, 3030 Bern', // Bank coordinate the payment will be made to, eg: 'Banque Alternative Suisse SA'
31 31
         'paymentFor' => 'Club nautique Ichtus' . PHP_EOL . '2072 St-Blaise', // Name and address of account holder, 2-3 lines separated by \n
32 32
     ],
33 33
     'accounting' => [
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
@@ -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.
server/Application/Service/Accounting.php 5 patches
Indentation   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -304,9 +304,4 @@
 block discarded – undo
304 304
                     $user->getId(),
305 305
                     $user->getName(),
306 306
                     $user->getOwner()->getId(),
307
-                    $user->getOwner()->getName()
308
-                )
309
-            );
310
-        }
311
-    }
312
-}
307
+                    $user->getOwner
313 308
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -304,9 +304,4 @@
 block discarded – undo
304 304
                     $user->getId(),
305 305
                     $user->getName(),
306 306
                     $user->getOwner()->getId(),
307
-                    $user->getOwner()->getName()
308
-                )
309
-            );
310
-        }
311
-    }
312
-}
307
+                    $user->getOwner
313 308
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -304,9 +304,4 @@
 block discarded – undo
304 304
                     $user->getId(),
305 305
                     $user->getName(),
306 306
                     $user->getOwner()->getId(),
307
-                    $user->getOwner()->getName()
308
-                )
309
-            );
310
-        }
311
-    }
312
-}
307
+                    $user->getOwner
313 308
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -304,9 +304,4 @@
 block discarded – undo
304 304
                     $user->getId(),
305 305
                     $user->getName(),
306 306
                     $user->getOwner()->getId(),
307
-                    $user->getOwner()->getName()
308
-                )
309
-            );
310
-        }
311
-    }
312
-}
307
+                    $user->getOwner
313 308
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -6 removed lines patch added patch discarded remove patch
@@ -304,9 +304,4 @@
 block discarded – undo
304 304
                     $user->getId(),
305 305
                     $user->getName(),
306 306
                     $user->getOwner()->getId(),
307
-                    $user->getOwner()->getName()
308
-                )
309
-            );
310
-        }
311
-    }
312
-}
307
+                    $user->getOwner
313 308
\ No newline at end of file
Please login to merge, or discard this patch.