Completed
Push — feature/0.7.0 ( 7f3169...e2f9cf )
by Ryuichi
03:03
created
WebStream/Log/Logger.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 
86 86
     /**
87 87
      * インスタンスを返却する
88
-     * @return WebStream\Module\Logger ロガーインスタンス
88
+     * @return Logger ロガーインスタンス
89 89
      */
90 90
     public static function getInstance()
91 91
     {
@@ -171,6 +171,8 @@  discard block
 block discarded – undo
171 171
      * @param string ログレベル文字列
172 172
      * @param string 出力文字列
173 173
      * @param array<mixed> 埋め込み値リスト
174
+     * @param integer $level
175
+     * @param string $msg
174 176
      */
175 177
     public function write($level, $msg, $context = null)
176 178
     {
@@ -267,6 +269,8 @@  discard block
 block discarded – undo
267 269
      * ローテートを実行する
268 270
      * @param integer 作成日時のUnixTime
269 271
      * @param integer 現在日時のUnixTime
272
+     * @param integer $from
273
+     * @param integer $to
270 274
      */
271 275
     private function runRotate($from, $to)
272 276
     {
Please login to merge, or discard this patch.