Skip to content

Commit

Permalink
Fixing some CS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Apr 21, 2014
1 parent 7fc3522 commit 2216d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/View/Helper/TimeHelper.php
Expand Up @@ -14,9 +14,9 @@
*/
namespace Cake\View\Helper;

use Cake\Utility\Time;
use Cake\View\Helper;
use Cake\View\Helper\StringTemplateTrait;
use Cake\Utility\Time;

/**
* Time Helper class for easy use of time data.
Expand Down Expand Up @@ -331,6 +331,7 @@ public function format($date, $format = null, $invalid = false, $timezone = null
* @param string|\DateTimeZone $timezone User's timezone string or DateTimeZone object
* @return string Formatted and translated date string
* @link http://book.cakephp.org/2.0/en/core-libraries/helpers/time.html#formatting
* @throws \InvalidArgumentException When the date cannot be parsed
*/
public function i18nFormat($date, $format = null, $invalid = false, $timezone = null) {
try {
Expand Down

0 comments on commit 2216d98

Please sign in to comment.