Fix: Checkstyle

This commit is contained in:
Laurent Destailleur 2012-07-25 11:29:45 +02:00
parent 276e32dc22
commit 758d613908
2 changed files with 6 additions and 1 deletions

View File

@ -121,6 +121,10 @@
<rule ref="Generic.Strings.UnnecessaryStringConcat" />
<rule ref="Generic.Strings.UnnecessaryStringConcat.Found">
<severity>0</severity>
</rule>
<rule ref="Generic.VersionControl.SubversionProperties" />
<!-- Disallow usage of tab -->

View File

@ -1497,7 +1497,8 @@ class SMTPs
/**
* Retrieves the MIME message Boundary
*
* @return string $_smtpsBoundary MIME message Boundary
* @param string $type Type of boundary
* @return string $_smtpsBoundary MIME message Boundary
*/
function _getBoundary($type='mixed')
{