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/admin/order/LC_Page_Admin_Order_ProductSelect.php

    r23546 r23605  
    168168     * @param array      $whereAndBind string whereと array bindの連想配列 
    169169     * @param SC_Product $objProduct 
     170     * @param integer $page_max 
    170171     */ 
    171172    public function getProducts($whereAndBind, &$objProduct, $page_max, $startno) 
     
    207208     * @return array        ('where' => where string, 'bind' => databind array) 
    208209     * @param  SC_FormParam $objFormParam 
     210     * @param SC_Helper_DB_Ex $objDb 
    209211     */ 
    210212    public function createWhere(&$objFormParam, &$objDb) 
Note: See TracChangeset for help on using the changeset viewer.