Ignore:
Timestamp:
2012/02/17 00:50:05 (14 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • Zend Framework PHP 標準コーディング規約への準拠を高めた。(主に「Switch」の項)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_MobileUserAgent.php

    r21490 r21526  
    4444 
    4545        switch ($objAgent->getCarrierShortName()) { 
    46         case 'I': 
    47             return 'docomo'; 
    48         case 'E': 
    49             return 'ezweb'; 
    50         case 'V': 
    51             return 'softbank'; 
    52         case 'S': 
    53             return 'softbank'; 
    54         default: 
    55             return false; 
     46            case 'I': 
     47                return 'docomo'; 
     48            case 'E': 
     49                return 'ezweb'; 
     50            case 'V': 
     51                return 'softbank'; 
     52            case 'S': 
     53                return 'softbank'; 
     54            default: 
     55                return false; 
    5656        } 
    5757    } 
Note: See TracChangeset for help on using the changeset viewer.