Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Belyakov committed Aug 30, 2012
1 parent c09afbe commit 7c5e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/I18n/View/Helper/DateFormat.php
Expand Up @@ -69,7 +69,7 @@ public function setTimezone($timezone)
*/
public function getTimezone()
{
if(!$this->timezone) {
if (!$this->timezone) {
return date_default_timezone_get();
}

Expand Down

0 comments on commit 7c5e5ab

Please sign in to comment.