From: Raphaël Gertz Date: Tue, 26 Dec 2017 17:41:55 +0000 (+0100) Subject: Fix description X-Git-Tag: 0.1~67 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/73773cfc03656d5c425ac509344126f9099ce110 Fix description --- diff --git a/DataFixtures/ORM/Fixtures.php b/DataFixtures/ORM/Fixtures.php index ac12c44..109cc46 100644 --- a/DataFixtures/ORM/Fixtures.php +++ b/DataFixtures/ORM/Fixtures.php @@ -159,7 +159,7 @@ class Fixtures extends \Doctrine\Bundle\FixturesBundle\Fixture { 'title' => 'Comment détecter la tranparence dans des images PNG en PHP de manière fiable', 'description' => 'J\'ai récemment du trouver comment détecter en PHP les images PNG transparentes. Les codes trouvés ne semblaient pas fonctionner de manière satisfaisante pour les différents types de PNG à contrôler. -J\'ai fini par utiliser la fonction suivante.', +Voici la fonction que j\'ai fini par utiliser.', 'body' => 'J\'ai récemment du trouver comment détecter en PHP les images PNG transparentes. Les codes trouvés ne semblaient pas fonctionner de manière satisfaisante pour les différents types de PNG à contrôler. J\'ai fini par utiliser la fonction suivante: @@ -218,7 +218,7 @@ En espérant que ça aidera quelqu\'un quelque part.' 'title' => 'How to reliably detect PNG image transparency with PHP', 'description' => 'I recently had to find out if a PNG has transparency using PHP. All the code I found didn\'t seemed to work correctly for the various kind of PNG I had to deal with. -I finished using the following function.', +Here is the function I used.', 'body' => 'I recently had to find out if a PNG has transparency using PHP. All the code I found didn\'t seemed to work correctly for the various kind of PNG I had to deal with.