mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-04 10:32:40 +00:00
CS fixes.
This commit is contained in:
parent
4e168ca004
commit
9ef7b5713a
5 changed files with 10 additions and 10 deletions
|
@ -2096,7 +2096,7 @@ class CakeEmailTest extends CakeTestCase {
|
|||
$result['html'] = false;
|
||||
$length = count($message);
|
||||
for ($i = 0; $i < $length; ++$i) {
|
||||
if ($message[$i] == $boundary) {
|
||||
if ($message[$i] === $boundary) {
|
||||
$flag = false;
|
||||
$type = '';
|
||||
while (!preg_match('/^$/', $message[$i])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue