@@ -45,7 +45,7 @@ |
||
45 | 45 | |
46 | 46 | /** |
47 | 47 | * 出力ストリームに書き出す |
48 | - * @param mixed $buf 出力データ |
|
48 | + * @param string $buf 出力データ |
|
49 | 49 | * @throws WebStream\Exception\Extend\IOException |
50 | 50 | */ |
51 | 51 | public function write($buf) |
@@ -50,7 +50,7 @@ |
||
50 | 50 | /** |
51 | 51 | * ファイルに書き込む |
52 | 52 | * ファイルが存在する場合、常に追記モード |
53 | - * @param mixed $data 書き込みデータ |
|
53 | + * @param string $data 書き込みデータ |
|
54 | 54 | */ |
55 | 55 | public function write($data) |
56 | 56 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | |
32 | 32 | /** |
33 | 33 | * Constructor |
34 | - * @param mixed $config ログ設定 |
|
34 | + * @param string $config ログ設定 |
|
35 | 35 | * @throws LoggerException |
36 | 36 | */ |
37 | 37 | public function __construct($config) |
@@ -179,6 +179,7 @@ discard block |
||
179 | 179 | /** |
180 | 180 | * ログローテートサイクルを時間に変換 |
181 | 181 | * @param string ローテートサイクル |
182 | + * @param string $cycle |
|
182 | 183 | * @return int ローテート時間 |
183 | 184 | * @throws LoggerException |
184 | 185 | */ |