Fix: Checkstyle
This commit is contained in:
parent
276e32dc22
commit
758d613908
@ -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 -->
|
||||
|
||||
@ -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')
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user