| @@ -82,6 +82,4 @@ | ||
| 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 | 
| @@ -82,6 +82,4 @@ | ||
| 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 | 
| @@ -198,6 +198,4 @@ | ||
| 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 | 
| @@ -198,6 +198,4 @@ | ||
| 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 | 
| @@ -304,9 +304,4 @@ | ||
| 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 | 
| @@ -304,9 +304,4 @@ | ||
| 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 |