Ignore:
Timestamp:
2014/08/27 18:45:58 (12 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/api/SC_Api_Operation.php

    r23546 r23605  
    8080     * 
    8181     * @param  string  $login_email ログインメールアドレス 
    82      * @param  string  $password    ログインパスワード 
     82     * @param  string  $login_password    ログインパスワード 
    8383     * @return boolean ログインに成功した場合 true; 失敗した場合 false 
    8484     */ 
     
    274274     * 
    275275     * @param object SC_FormParam 
     276     * @param SC_FormParam_Ex $objFormParam 
    276277     * @return void 
    277278     */ 
     
    409410 
    410411    // TODO: ここらへんは SC_Displayに持って行きたい所だが・・ 
     412 
     413    /** 
     414     * @param string $type 
     415     * @param string $response_outer_name 
     416     */ 
    411417    public function sendApiResponse($type, $response_outer_name, &$arrResponse) 
    412418    { 
Note: See TracChangeset for help on using the changeset viewer.