]> Raphaël G. Git Repositories - blogbundle/commitdiff
Add carriage return to cleaned symbol
authorRaphaël Gertz <git@rapsys.eu>
Tue, 12 Dec 2023 17:40:43 +0000 (18:40 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 12 Dec 2023 17:40:43 +0000 (18:40 +0100)
Repository/EntityRepository.php

index 18fad317b4ff454ff3ebdf69f5b72c065cee2f7f..9036eca32039ffcc4259e99245c473352e5796c5 100644 (file)
@@ -131,6 +131,7 @@ class EntityRepository extends BaseEntityRepository {
                        ':limit' => PHP_INT_MAX,
                        //Set cleanup
                        "\t" => '',
+                       "\r" => ' ',
                        "\n" => ' '
                ];