Ignore:
Timestamp:
2014/08/27 18:45:58 (10 years ago)
Author:
kimoto
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

Scrutinizer Auto-Fixes

This patch was automatically generated as part of the following inspection:
 https://scrutinizer-ci.com/g/nobuhiko/EC-CUBE/inspections/d8722894-69a6-4b1b-898d-43618035c60d

Enabled analysis tools:

  • PHP Analyzer
  • PHP PDepend
  • PHP Similarity Analyzer
  • PHP Change Tracking Analyzer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_Customer.php

    r23546 r23605  
    3030    public $customer_data; 
    3131 
     32    /** 
     33     * @param string $email 
     34     */ 
    3235    public function getCustomerDataFromEmailPass($pass, $email, $mobile = false) 
    3336    { 
     
    237240 
    238241    // パラメーターのセット 
     242 
     243    /** 
     244     * @param string $keyname 
     245     */ 
    239246    public function setValue($keyname, $val) 
    240247    { 
     
    243250 
    244251    // パラメーターがNULLかどうかの判定 
     252 
     253    /** 
     254     * @param string $keyname 
     255     */ 
    245256    public function hasValue($keyname) 
    246257    { 
     
    316327     * @param  string  $login_email ログインメールアドレス 
    317328     * @param  string  $login_pass  ログインパスワード 
    318      * @return boolean ログインに成功した場合 true; 失敗した場合 false 
     329     * @return boolean|null ログインに成功した場合 true; 失敗した場合 false 
    319330     */ 
    320331    public function doLogin($login_email, $login_pass) 
Note: See TracChangeset for help on using the changeset viewer.