Changeset 2966

Show
Ignore:
Timestamp:
09/30/08 16:24:06 (7 weeks ago)
Author:
david
Message:

whitespace fixes

Location:
branches/0.11
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • branches/0.11/src/config/AgaviReturnArrayConfigHandler.class.php

    r2295 r2966  
    2929 * @version    $Id$ 
    3030 */ 
    31  
    3231class AgaviReturnArrayConfigHandler extends AgaviConfigHandler 
    3332{ 
  • branches/0.11/src/date/AgaviCalendar.class.php

    r2347 r2966  
    3737   * @since      0.11.0 
    3838   */ 
    39  
    4039  protected $translationManager; 
    4140 
  • branches/0.11/src/date/AgaviGregorianCalendar.class.php

    r2288 r2966  
    495495   * @since      0.11.0 
    496496   */ 
    497  
    498497  protected function handleGetMonthLength($extendedYear, $month) 
    499498  { 
     
    527526   * @since      0.11.0 
    528527   */ 
    529  
    530528  protected function monthLength($month) 
    531529  { 
     
    546544   * @since      0.11.0 
    547545   */ 
    548  
    549546  protected function monthLength1($month, $year) 
    550547  { 
     
    562559   * @since      0.11.0 
    563560   */ 
    564  
    565561  protected function yearLength1($year) 
    566562  { 
     
    577573   * @since      0.11.0 
    578574   */ 
    579  
    580575  protected function yearLength() 
    581576  { 
     
    593588   * @since      0.11.0 
    594589   */ 
    595  
    596590  protected function pinDayOfMonth() 
    597591  { 
     
    612606   * @since      0.11.0 
    613607   */ 
    614  
    615608  protected function getEpochDay() 
    616609  { 
     
    630623   * @since      0.11.0 
    631624   */ 
    632  
    633625  protected function handleGetLimit($field, $limitType) 
    634626  { 
     
    643635   * @since      0.11.0 
    644636   */ 
    645  
    646637  protected function handleGetExtendedYear() 
    647638  { 
     
    682673   * @since      0.11.0 
    683674   */ 
    684  
    685675  protected function handleGetExtendedYearFromWeekFields($yearWoy, $woy) 
    686676  { 
     
    700690   * @since      0.11.0 
    701691   */ 
    702  
    703692  protected function handleComputeFields($julianDay) 
    704693  { 
  • branches/0.11/src/date/AgaviTimeZoneDataParser.class.php

    r2258 r2966  
    2929 * @version    $Id$ 
    3030 */ 
    31  
    3231class AgaviTimeZoneDataParser 
    3332{ 
  • branches/0.11/src/validator/AgaviValidationManager.class.php

    r2820 r2966  
    2929 * @version    $Id$ 
    3030 */ 
    31  
    3231class AgaviValidationManager extends AgaviParameterHolder implements AgaviIValidatorContainer 
    3332{ 
  • branches/0.11/tests2/AgaviTestCase.class.php

    r2258 r2966  
    2626 * @version    $Id$ 
    2727 */ 
    28  
    2928class AgaviTestCase extends PHPUnit_Framework_TestCase 
    3029{