From 73773cfc03656d5c425ac509344126f9099ce110 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Gertz?= Date: Tue, 26 Dec 2017 18:41:55 +0100 Subject: [PATCH] Fix description --- DataFixtures/ORM/Fixtures.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.41.0