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/plugin/SC_Plugin_Installer.php

    r23546 r23605  
    3131    protected $arrInstallData; 
    3232 
     33    /** 
     34     * @param string $exec_func 
     35     */ 
    3336    public function __construct($exec_func, $arrPlugin) 
    3437    { 
     
    185188     * カラム追加クエリの追加 
    186189     * 
    187      * @param type $table 
    188      * @param type $col 
    189      * @param type $type 
    190190     */ 
    191191    public function addColumn($table_name, $col_name, $col_type) 
     
    198198     * カラム削除クエリの追加 
    199199     * 
    200      * @param type $table 
    201      * @param type $col 
    202      * @param type $type 
    203200     */ 
    204201    public function dropColumn($table_name, $col_name) 
Note: See TracChangeset for help on using the changeset viewer.