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_Abstract.php

    r23603 r23605  
    6969    abstract public function getResponseGroupName(); 
    7070 
     71    /** 
     72     * @param SC_FormParam_Ex $objFormParam 
     73     */ 
    7174    abstract protected function lfInitParam(&$objFormParam); 
    7275 
     
    9497    } 
    9598 
     99    /** 
     100     * @param string $key 
     101     */ 
    96102    protected function setResponse($key, $data) 
    97103    { 
Note: See TracChangeset for help on using the changeset viewer.