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/pages/entry/LC_Page_Entry_EmailMobile.php

    r23546 r23605  
    8989     * 
    9090     * @access public 
     91     * @param SC_FormParam_Ex $objFormParam 
    9192     * @return void 
    9293     */ 
     
    101102     * 
    102103     * @param mixed $objFormParam 
    103      * @param mixed $objCustomer 
    104104     * @access private 
    105105     * @return array エラー情報の配列 
     
    123123     * 登録完了後にsessionのemail_mobileを更新する 
    124124     * 
    125      * @param mixed $objFormParam 
    126      * @param mixed $objCustomer 
    127125     * @access private 
     126     * @param string $email_mobile 
    128127     * @return void 
    129128     */ 
Note: See TracChangeset for help on using the changeset viewer.