mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
738b20a19b
commit
c4766d667b
1 changed files with 1 additions and 2 deletions
|
@ -473,8 +473,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testFormatAddressEncodeAndEscape()
|
||||
{
|
||||
public function testFormatAddressEncodeAndEscape() {
|
||||
$result = $this->CakeEmail->formatAddress(array(
|
||||
'test@example.com' => 'Website, ascii'
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue