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/SC_Session.php

    r23546 r23605  
    8686 
    8787    /* セッションの書き込み */ 
     88 
     89    /** 
     90     * @param string $key 
     91     */ 
    8892    public function SetSession($key, $val) 
    8993    { 
     
    9296 
    9397    /* セッションの読み込み */ 
     98 
     99    /** 
     100     * @param string $key 
     101     */ 
    94102    public function GetSession($key) 
    95103    { 
Note: See TracChangeset for help on using the changeset viewer.