Completed
Push — master ( b6ba98...5eb9ae )
by Stefano
02:30
created
classes/Email/Envelope.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
     return $this->replyTo;
97 97
   }
98 98
 
99
+  /**
100
+   * @return string
101
+   */
99 102
   public function subject($value=null){
100 103
     if ($value!==null && $value) {
101 104
       $this->compiled_head = null;
Please login to merge, or discard this patch.