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/helper/SC_Helper_Plugin.php

    r23546 r23605  
    196196     * @param  string   $hook_point フックポイント名 
    197197     * @param  callback $function   コールバック関数名 
    198      * @param  string   $priority   同一フックポイント内での実行優先度 
     198     * @param  integer   $priority   同一フックポイント内での実行優先度 
    199199     * @return boolean  成功すればtrue 
    200200     */ 
     
    305305     * 
    306306     * @param  string  $hook_point          hook point 
    307      * @param  array   $arrArgs             argument passing to callback function 
     307     * @param  SC_SiteView[]   $arrArgs             argument passing to callback function 
    308308     * @param  boolean $plugin_activate_flg 
    309309     * @return void 
Note: See TracChangeset for help on using the changeset viewer.