From: Raphaƫl Gertz Date: Tue, 12 Dec 2023 17:40:43 +0000 (+0100) Subject: Add carriage return to cleaned symbol X-Git-Tag: 0.2~6 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/946b97a67b3eeb3fac6c61cb33920d0082bf4d37 Add carriage return to cleaned symbol --- diff --git a/Repository/EntityRepository.php b/Repository/EntityRepository.php index 18fad31..9036eca 100644 --- a/Repository/EntityRepository.php +++ b/Repository/EntityRepository.php @@ -131,6 +131,7 @@ class EntityRepository extends BaseEntityRepository { ':limit' => PHP_INT_MAX, //Set cleanup "\t" => '', + "\r" => ' ', "\n" => ' ' ];