Completed
Push — master ( 9eb71e...7c90af )
by Guillaume
15:28 queued 12:48
created
src/Starkerxp/CampagneBundle/Render/OctosendHtmlRender.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -33,6 +33,9 @@  discard block
 block discarded – undo
33 33
         return $contenuReplace;
34 34
     }
35 35
 
36
+    /**
37
+     * @param string $type
38
+     */
36 39
     private function renderLien($type, $contenu)
37 40
     {
38 41
         $arrayContenu = [];
@@ -49,6 +52,11 @@  discard block
 block discarded – undo
49 52
 
50 53
     }
51 54
 
55
+    /**
56
+     * @param string $lien
57
+     * @param string $texte
58
+     * @param string $style
59
+     */
52 60
     protected function retournerLaChaine($type, $lien, $texte, $style = null)
53 61
     {
54 62
         if ($type == "unsub") {
Please login to merge, or discard this patch.