@@ -73,6 +73,7 @@ discard block |
||
73 | 73 | /** |
74 | 74 | * Set the line ending character to use |
75 | 75 | * @param string The line ending sequence |
76 | + * @param string $le |
|
76 | 77 | * @return boolean |
77 | 78 | */ |
78 | 79 | public function setLE($le) |
@@ -296,6 +297,7 @@ discard block |
||
296 | 297 | * @param string The name of the main header |
297 | 298 | * @param string The name of the attribute |
298 | 299 | * @param string $name |
300 | + * @param string $header |
|
299 | 301 | * @return boolean |
300 | 302 | */ |
301 | 303 | public function hasAttribute($header, $name) |
@@ -181,6 +181,7 @@ |
||
181 | 181 | /** |
182 | 182 | * Set the content type of this MIME document |
183 | 183 | * @param string The content type to use in the same format as MIME 1.0 expects |
184 | + * @param string $type |
|
184 | 185 | */ |
185 | 186 | public function setContentType($type) |
186 | 187 | { |