for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0
* @copyright Metaways Infosystems GmbH, 2013
* @copyright Aimeos (aimeos.org), 2014
*/
namespace Aimeos\MW\Mail\Message;
* Swiftmailer message stub required for tests.
class TestHeaderSet
{
* @param string $name
* @param string $value
public function addTextHeader( $name, $value )
$name
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$value
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.