mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Change to match coding standards
This commit is contained in:
parent
a3b5065f8a
commit
20baeb83db
1 changed files with 1 additions and 1 deletions
|
@ -1120,7 +1120,7 @@ class CakeEmailTest extends CakeTestCase {
|
||||||
$this->CakeEmail->emailFormat('html');
|
$this->CakeEmail->emailFormat('html');
|
||||||
$server = env('SERVER_NAME') ? env('SERVER_NAME') : 'localhost';
|
$server = env('SERVER_NAME') ? env('SERVER_NAME') : 'localhost';
|
||||||
|
|
||||||
if (env('SERVER_PORT') != NULL && env('SERVER_PORT') != 80) {
|
if (env('SERVER_PORT') != null && env('SERVER_PORT') != 80) {
|
||||||
$server .= ':' . env('SERVER_PORT');
|
$server .= ':' . env('SERVER_PORT');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue