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

    r23546 r23605  
    116116     * @param  integer $page_id        ページID; null の場合は, 0 以外を検索する. 
    117117     * @param  string  $where          追加の検索条件 
    118      * @param  array   $arrParams      追加の検索パラメーター 
     118     * @param  string[]   $arrParams      追加の検索パラメーター 
    119119     * @return array   ページ属性の配列 
    120120     */ 
     
    263263     * @param  integer                   $device_type_id 端末種別ID 
    264264     * @param  integer                   $page_id        ページID 
    265      * @return 編集可能ページの� �合 true 
     265     * @return boolean �合 true 
    266266     */ 
    267267    public function isEditablePage($device_type_id, $page_id) 
Note: See TracChangeset for help on using the changeset viewer.