mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Trimming trailing whitespace.
This commit is contained in:
parent
ae8ace79fa
commit
9ae8b737dc
3 changed files with 3 additions and 3 deletions
|
@ -283,4 +283,4 @@ class MediaView extends View {
|
||||||
@ob_flush();
|
@ob_flush();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
|
@ -782,4 +782,4 @@ class TimeHelperTest extends CakeTestCase {
|
||||||
$this->assertEqual($this->Time->format($time, '%c'), $this->Time->i18nFormat($time, '%c'));
|
$this->assertEqual($this->Time->format($time, '%c'), $this->Time->i18nFormat($time, '%c'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
|
@ -178,4 +178,4 @@ class MediaViewTest extends CakeTestCase {
|
||||||
$this->assertFalse($result);
|
$this->assertFalse($result);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
Loading…
Reference in a new issue