From: Jan Schneider Date: Sat, 2 Oct 2010 21:20:17 +0000 (+0200) Subject: Style X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=9a4f7e0709c2cdab1fd86f5f69d273a6ec6a968f;p=horde.git Style --- diff --git a/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php b/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php index 0c6839be4..db3393700 100644 --- a/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php +++ b/framework/Date_Parser/lib/Horde/Date/Parser/Locale/Base.php @@ -210,7 +210,9 @@ class Horde_Date_Parser_Locale_Base */ public function postTokenize($tokens) { - if (!count($tokens)) { return $tokens; } + if (!count($tokens)) { + return $tokens; + } // First rule: if the first token is a separator, remove it from the // list of tokens we consider in tokensToSpan(). @@ -228,7 +230,9 @@ class Horde_Date_Parser_Locale_Base public function initDefinitions() { - if ($this->definitions) { return; } + if ($this->definitions) { + return; + } $this->definitions = array( 'time' => array(