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/smarty_extends/function.html_radios_ex.php

    r22857 r23605  
    126126} 
    127127 
     128/** 
     129 * @param string $name 
     130 * @param null|string $selected 
     131 * @param string $extra 
     132 * @param string $separator 
     133 * @param boolean $labels 
     134 * @param boolean $label_ids 
     135 */ 
    128136function smarty_function_html_radios_output_ex($name, $value, $output, $selected, $extra, $separator, $labels, $label_ids, $tags) 
    129137{ 
Note: See TracChangeset for help on using the changeset viewer.