CS fixes.

This commit is contained in:
euromark 2014-08-04 13:53:52 +02:00
parent 4e168ca004
commit 9ef7b5713a
5 changed files with 10 additions and 10 deletions

View file

@ -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])) {